feat: 알림 재예약 개선과 패키지 업그레이드
This commit is contained in:
@@ -11,8 +11,7 @@ import '../theme/ui_constants.dart';
|
||||
/// SRP에 따라 광고 전용 위젯으로 분리
|
||||
class NativeAdWidget extends StatefulWidget {
|
||||
final bool useOuterPadding; // true이면 외부에서 페이지 패딩을 제공
|
||||
const NativeAdWidget({Key? key, this.useOuterPadding = false})
|
||||
: super(key: key);
|
||||
const NativeAdWidget({super.key, this.useOuterPadding = false});
|
||||
|
||||
@override
|
||||
State<NativeAdWidget> createState() => _NativeAdWidgetState();
|
||||
|
||||
Reference in New Issue
Block a user