#29 opt. for TextInput

This commit is contained in:
lollipopkit
2023-05-07 18:25:30 +08:00
parent 29ea43a10f
commit ffae93cc72
20 changed files with 414 additions and 411 deletions

View File

@@ -67,9 +67,12 @@ class BackupPage extends StatelessWidget {
final text = await file.readAsString();
_import(text, context, s);
}),
const SizedBox(height: 7),
const Divider(),
const SizedBox(height: 7),
const SizedBox(height: 17),
const SizedBox(
width: 37,
child: Divider(),
),
const SizedBox(height: 17),
_buildCard(
s.backup,
Icons.file_upload,