add colors menu

This commit is contained in:
2024-06-26 23:10:16 +02:00
parent 4804c8bc01
commit 581512a6da
2 changed files with 27 additions and 16 deletions

View File

@@ -154,6 +154,8 @@ class _LoginDemoState extends State<LoginDemo> with ShowErrorDialog {
backgroundColor: Colors.white,
appBar: AppBar(
title: Text("Login Page"),
backgroundColor: Colors.blue,
foregroundColor: Colors.white,
),
body: SingleChildScrollView(
child: Column(