feat(dependency): add Provider library
This commit is contained in:
parent
1f110a8d0e
commit
90d1d58c50
3 changed files with 20 additions and 4 deletions
|
|
@ -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,),
|
||||
),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue