mirror of
https://github.com/tommyxchow/frosty.git
synced 2025-08-06 17:48:14 +08:00
Remove app bar border from onboarding
This commit is contained in:
@ -42,7 +42,9 @@ class OnboardingScaffold extends StatelessWidget {
|
||||
}
|
||||
|
||||
return Scaffold(
|
||||
appBar: AppBar(),
|
||||
appBar: AppBar(
|
||||
shape: const Border(),
|
||||
),
|
||||
body: SafeArea(
|
||||
child: SizedBox(
|
||||
width: double.infinity,
|
||||
|
Reference in New Issue
Block a user