mirror of
https://github.com/Iconica-Development/flutter_registration.git
synced 2025-05-18 21:23:43 +02:00
Update auth_screen.dart
This commit is contained in:
parent
52d97fc94d
commit
7b830afbbc
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ class _AuthScreenState extends State<AuthScreen> {
|
|||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Scaffold(
|
||||
backgroundColor: Theme.of(context).backgroundColor,
|
||||
appBar: AppBar(
|
||||
title: Text(widget.title),
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue