mirror of
https://github.com/wgh136/pixes.git
synced 2025-09-27 21:07:24 +00:00
batch download
This commit is contained in:
@@ -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(),
|
||||
|
Reference in New Issue
Block a user