Update auth_screen.dart

This commit is contained in:
Stein Milder 2022-09-22 15:57:07 +02:00
parent 52d97fc94d
commit 7b830afbbc

View file

@ -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),
), ),