FIxed a typo

This commit is contained in:
Imran Remtulla
2022-09-17 19:05:55 -04:00
parent 3ddf9ea736
commit 7d7986f8bf
3 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ class _SettingsPageState extends State<SettingsPage> {
return Scaffold(
backgroundColor: Theme.of(context).colorScheme.surface,
body: CustomScrollView(slivers: <Widget>[
const CustomAppBar(title: 'Add App'),
const CustomAppBar(title: 'Settings'),
SliverFillRemaining(
hasScrollBody: true,
child: Padding(