Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
laiiihz committed Nov 28, 2023
1 parent b235efd commit b0aa61f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions lib/ui/views/settings_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,23 @@ class _SettingsViewState extends State<SettingsView> {
},
),
])),
const SliverFillRemaining(
hasScrollBody: false,
child: SafeArea(
child: Align(
child: Row(
mainAxisSize: MainAxisSize.min,
children: [
FlutterLogo(size: 24),
Text(
' ╳ 💙',
style: TextStyle(fontSize: 24),
),
],
),
),
),
),
],
);
result = Material(
Expand Down

0 comments on commit b0aa61f

Please sign in to comment.