update
This commit is contained in:
parent
b1e86a1ece
commit
2931621069
11 changed files with 76 additions and 55 deletions
|
|
@ -68,7 +68,10 @@ class _AddCategoryPageState extends State<AddCategoryPage> {
|
|||
logoSize: 90,
|
||||
),
|
||||
const Gap(32),
|
||||
const TextWidget(text: 'Add Category'),
|
||||
const TextWidget(
|
||||
text: 'Add Category',
|
||||
title: true,
|
||||
),
|
||||
const Gap(16),
|
||||
FormBorderWidget2(
|
||||
color: 'blue',
|
||||
|
|
|
|||
|
|
@ -133,7 +133,10 @@ class _AddGenericsPageState extends State<AddGenericsPage> {
|
|||
logoSize: 90,
|
||||
),
|
||||
const Gap(32),
|
||||
const TextWidget(text: 'Add Generics'),
|
||||
const TextWidget(
|
||||
text: 'Add Generics',
|
||||
title: true,
|
||||
),
|
||||
const Gap(16),
|
||||
FormBorderWidget2(
|
||||
color: 'blue',
|
||||
|
|
|
|||
|
|
@ -263,7 +263,10 @@ class _AddMedicinePageState extends State<AddMedicinePage> {
|
|||
logoSize: 90,
|
||||
),
|
||||
const Gap(32),
|
||||
const TextWidget(text: 'Add Medicine'),
|
||||
const TextWidget(
|
||||
text: 'Add Medicine',
|
||||
title: true,
|
||||
),
|
||||
const Gap(16),
|
||||
FormBorderWidget2(
|
||||
color: 'green',
|
||||
|
|
|
|||
|
|
@ -121,7 +121,10 @@ class _AddStockPageState extends State<AddStockPage> with WidgetsBindingObserver
|
|||
logoSize: 90,
|
||||
),
|
||||
const Gap(32),
|
||||
const TextWidget(text: 'Add Stock'),
|
||||
const TextWidget(
|
||||
text: 'Add Stock',
|
||||
title: true,
|
||||
),
|
||||
const Gap(16),
|
||||
FormBorderWidget2(
|
||||
color: 'green',
|
||||
|
|
|
|||
|
|
@ -77,7 +77,10 @@ class _AddTypePageState extends State<AddTypePage> {
|
|||
logoSize: 90,
|
||||
),
|
||||
const Gap(32),
|
||||
const TextWidget(text: 'Add Medicine Type'),
|
||||
const TextWidget(
|
||||
text: 'Add Medicine Type',
|
||||
title: true,
|
||||
),
|
||||
const Gap(16),
|
||||
FormBorderWidget2(
|
||||
color: 'blue',
|
||||
|
|
|
|||
|
|
@ -125,7 +125,10 @@ class _DeleteStockPageState extends State<DeleteStockPage> {
|
|||
logoSize: 90,
|
||||
),
|
||||
const Gap(32),
|
||||
const TextWidget(text: 'Remove Stock'),
|
||||
const TextWidget(
|
||||
text: 'Remove Stock',
|
||||
title: true,
|
||||
),
|
||||
const Gap(16),
|
||||
FormBorderWidget2(
|
||||
color: 'red',
|
||||
|
|
|
|||
|
|
@ -98,7 +98,10 @@ class _ListStocksPageState extends State<ListStocksPage> {
|
|||
logoSize: 90,
|
||||
),
|
||||
const Gap(32),
|
||||
const TextWidget(text: 'List of Stocks'),
|
||||
const TextWidget(
|
||||
text: 'List of Stocks',
|
||||
title: true,
|
||||
),
|
||||
const Gap(16),
|
||||
if (_isLoading)
|
||||
const Center(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue