batch download

This commit is contained in:
wgh19
2024-05-15 18:05:45 +08:00
parent 9760397f28
commit 7e71b5b1ce
9 changed files with 258 additions and 42 deletions

View File

@@ -23,7 +23,7 @@ class SegmentedButton<T> extends StatelessWidget {
child: Card(
padding: EdgeInsets.zero,
child: SizedBox(
height: 36,
height: 28,
child: Row(
mainAxisSize: MainAxisSize.min,
children: options.map((e) => buildButton(e)).toList(),