File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -83,27 +83,6 @@ class _DemoInterstitialAdDialogState extends State<DemoInterstitialAdDialog> {
8383 ),
8484 ),
8585 ),
86- Positioned (
87- bottom: AppSpacing .lg + MediaQuery .of (context).padding.bottom,
88- left: AppSpacing .lg,
89- right: AppSpacing .lg,
90- child: FilledButton (
91- onPressed: canClose ? () => Navigator .of (context).pop () : null ,
92- style: FilledButton .styleFrom (
93- minimumSize: const Size .fromHeight (48 ),
94- ),
95- child: canClose
96- ? Text (l10n.continueToArticleButtonLabel)
97- : Row (
98- mainAxisAlignment: MainAxisAlignment .center,
99- children: [
100- Text (
101- '${l10n .continueToArticleButtonLabel } ($_countdown )' ,
102- ),
103- ],
104- ),
105- ),
106- ),
10786 Positioned (
10887 top: AppSpacing .lg,
10988 right: AppSpacing .lg,
You can’t perform that action at this time.
0 commit comments