feat(dependency): add Provider library

This commit is contained in:
Liat Ben-Haim 2024-03-10 15:30:28 +01:00
parent 1f110a8d0e
commit 90d1d58c50
3 changed files with 20 additions and 4 deletions

View file

@ -21,10 +21,10 @@ class DataEntryPage extends StatelessWidget {
Expanded(
child: ElevatedButton(
onPressed: () {},
style: ElevatedButton.styleFrom(
shape: CircleBorder(),
padding: EdgeInsets.all(24),
),
style: ElevatedButton.styleFrom(
shape: CircleBorder(),
padding: EdgeInsets.all(24),
),
child: const Icon(Icons.error_outline, size: 120,),
),
),