File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,7 @@ class OnBoardingPageState extends ConsumerState<OnBoardingPage> {
118118 footer: OverflowBar (
119119 alignment: MainAxisAlignment .center,
120120 overflowAlignment: OverflowBarAlignment .center,
121+ overflowSpacing: 4 ,
121122 spacing: 8 ,
122123 children: [
123124 ElevatedButton (
@@ -273,16 +274,9 @@ class OnBoardingPageState extends ConsumerState<OnBoardingPage> {
273274 },
274275 child: Text (convertToUwU (onboardingDoneButtonLabel ()), style: const TextStyle (fontWeight: FontWeight .w600)),
275276 ),
276- dotsFlex: 1 ,
277+ dotsFlex: 0 ,
278+ isProgress: false ,
277279 controlsPadding: const EdgeInsets .symmetric (vertical: 32 ),
278- dotsDecorator: DotsDecorator (
279- size: const Size .square (12.0 ),
280- activeSize: const Size (40.0 , 10.0 ),
281- activeColor: Theme .of (context).colorScheme.primary,
282- color: Theme .of (context).colorScheme.tertiary,
283- spacing: const EdgeInsets .symmetric (horizontal: 3.0 ),
284- activeShape: RoundedRectangleBorder (borderRadius: BorderRadius .circular (50.0 )),
285- ),
286280 );
287281 }
288282}
You can’t perform that action at this time.
0 commit comments