mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-09 10:15:22 +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
lib/pages_desktop_specific/home/settings_menu
|
@ -40,20 +40,6 @@ class _CreateAutoBackup extends State<CreateAutoBackup> {
|
||||||
"Every 30 minutes",
|
"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
|
@override
|
||||||
void initState() {
|
void initState() {
|
||||||
fileLocationController = TextEditingController();
|
fileLocationController = TextEditingController();
|
||||||
|
|
|
@ -125,6 +125,7 @@ class _LanguageDialog extends ConsumerState<LanguageDialog> {
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
Expanded(
|
Expanded(
|
||||||
|
flex: 24,
|
||||||
child: NestedScrollView(
|
child: NestedScrollView(
|
||||||
floatHeaderSlivers: true,
|
floatHeaderSlivers: true,
|
||||||
headerSliverBuilder: (context, innerBoxIsScrolled) {
|
headerSliverBuilder: (context, innerBoxIsScrolled) {
|
||||||
|
|
Loading…
Reference in a new issue