update
This commit is contained in:
parent
8d4eb1f728
commit
3efdee4fe6
26 changed files with 184 additions and 134 deletions
|
|
@ -71,7 +71,11 @@ class _AddStockPageState extends State<AddStockPage> {
|
|||
child: Column(
|
||||
children: [
|
||||
const Gap(96),
|
||||
const TitleWidget(firstTextSize: 20, secondTextSize: 32),
|
||||
const TitleWidget(
|
||||
firstTextSize: 14,
|
||||
secondTextSize: 24,
|
||||
logoSize: 90,
|
||||
),
|
||||
const Gap(32),
|
||||
const TextWidget(text: 'Add Stock'),
|
||||
const Gap(16),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue