update
This commit is contained in:
parent
b299297fa5
commit
11fc5c43bf
29 changed files with 1041 additions and 124 deletions
|
|
@ -26,10 +26,7 @@ class DropdownWrapperWidget extends StatelessWidget {
|
|||
spacing: 16,
|
||||
children: [
|
||||
const CircularProgressIndicator(color: Color.fromRGBO(255, 255, 255, 1)),
|
||||
TextWidget(
|
||||
text: 'Fetching $text',
|
||||
size: 16,
|
||||
)
|
||||
TextWidget(text: 'Fetching $text', size: 16, footer: true)
|
||||
],
|
||||
),
|
||||
],
|
||||
|
|
|
|||
|
|
@ -26,10 +26,7 @@ class DropdownWrapperMultiWidget extends StatelessWidget {
|
|||
spacing: 16,
|
||||
children: [
|
||||
const CircularProgressIndicator(color: Color.fromRGBO(255, 255, 255, 1)),
|
||||
TextWidget(
|
||||
text: 'Fetching $text',
|
||||
size: 16,
|
||||
)
|
||||
TextWidget(text: 'Fetching $text', size: 16, footer: true)
|
||||
],
|
||||
),
|
||||
],
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@ class InputWidget extends StatelessWidget {
|
|||
)),
|
||||
const Gap(8),
|
||||
TextField(
|
||||
textInputAction: TextInputAction.go,
|
||||
controller: controller,
|
||||
decoration: InputDecoration(
|
||||
filled: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue