added flex and removed commented code

This commit is contained in:
ryleedavis 2022-11-02 17:20:21 -06:00
parent 939ccc6911
commit c1d81b52a5
2 changed files with 1 additions and 14 deletions

View file

@ -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();

View file

@ -125,6 +125,7 @@ class _LanguageDialog extends ConsumerState<LanguageDialog> {
],
),
Expanded(
flex: 24,
child: NestedScrollView(
floatHeaderSlivers: true,
headerSliverBuilder: (context, innerBoxIsScrolled) {