We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eab61e commit 19e5369Copy full SHA for 19e5369
lib/widget/switch.dart
@@ -242,8 +242,8 @@ class SwitchBaseController extends FormFieldController {
242
Color? inactiveColor;
243
Color? inactiveThumbColor;
244
Color? mixedColor;
245
- double? width = 100;
246
- double? height = 40;
+ double? width = 80;
+ double? height = 30;
247
248
framework.EnsembleAction? onChange;
249
}
@@ -316,6 +316,9 @@ class TripleStateSwitch extends StatelessWidget {
316
200,
317
),
318
319
+ margin: const EdgeInsets.symmetric(
320
+ horizontal: 8,
321
+ ),
322
padding: const EdgeInsets.symmetric(
323
horizontal: 1,
324
vertical: 2,
0 commit comments