mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-22 18:44:31 +00:00
added flex and removed commented code
This commit is contained in:
parent
939ccc6911
commit
c1d81b52a5
2 changed files with 1 additions and 14 deletions
|
@ -40,20 +40,6 @@ class _CreateAutoBackup extends State<CreateAutoBackup> {
|
|||
"Every 30 minutes",
|
||||
];
|
||||
|
||||
// List<DropdownMenuItem<String>> get dropdownItems {
|
||||
// List<DropdownMenuItem<String>> menuItems = [
|
||||
// const DropdownMenuItem(
|
||||
// value: "Every 10 minutes",
|
||||
// child: Text("Every 10 minutes"),
|
||||
// ),
|
||||
// const DropdownMenuItem(
|
||||
// value: "Every 20 minutes",
|
||||
// child: Text("Every 20 minutes"),
|
||||
// ),
|
||||
// ];
|
||||
// return menuItems;
|
||||
// }
|
||||
|
||||
@override
|
||||
void initState() {
|
||||
fileLocationController = TextEditingController();
|
||||
|
|
|
@ -125,6 +125,7 @@ class _LanguageDialog extends ConsumerState<LanguageDialog> {
|
|||
],
|
||||
),
|
||||
Expanded(
|
||||
flex: 24,
|
||||
child: NestedScrollView(
|
||||
floatHeaderSlivers: true,
|
||||
headerSliverBuilder: (context, innerBoxIsScrolled) {
|
||||
|
|
Loading…
Reference in a new issue