This commit is contained in:
Patrick Alvin Alcala 2025-02-27 16:14:25 +08:00
parent b1e86a1ece
commit 2931621069
11 changed files with 76 additions and 55 deletions

View file

@ -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',

View file

@ -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',

View file

@ -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',

View file

@ -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',

View file

@ -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',

View file

@ -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',

View file

@ -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(