Aggiornamento note e pulsanti.

This commit is contained in:
lama137
2023-09-28 11:04:46 +02:00
parent 06a3712d0a
commit 0fb537d24e
2 changed files with 1 additions and 1 deletions

View File

@@ -8,7 +8,6 @@ class Database{
Database._init(); Database._init();
Future _createDB(Database database) async{ Future _createDB(Database database) async{
const integerPrimaryKeyAutoincrement = 'INTEGER PRIMARY KEY AUTOINCREMENT'; const integerPrimaryKeyAutoincrement = 'INTEGER PRIMARY KEY AUTOINCREMENT';
const textNotNull = 'TEXT NOT NULL'; const textNotNull = 'TEXT NOT NULL';

View File

@@ -72,6 +72,7 @@ class _NotesViewState extends State<NotesView> {
), ),
); );
}, },
child: Icon(Icons.add), child: Icon(Icons.add),
backgroundColor: Colors.blue, backgroundColor: Colors.blue,
), ),