mirror of
https://github.com/Iconica-Development/flutter_registration.git
synced 2025-05-19 05: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
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return Scaffold(
|
return Scaffold(
|
||||||
|
backgroundColor: Theme.of(context).backgroundColor,
|
||||||
appBar: AppBar(
|
appBar: AppBar(
|
||||||
title: Text(widget.title),
|
title: Text(widget.title),
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue