update
This commit is contained in:
parent
b1e86a1ece
commit
2931621069
11 changed files with 76 additions and 55 deletions
|
|
@ -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