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 0ba4991 commit fae2039Copy full SHA for fae2039
packages/flutter_box_transform/playground/lib/test_recorder.dart
@@ -513,7 +513,7 @@ class _SingleInputDialogState extends State<SingleInputDialog> {
513
validator: widget.validator,
514
),
515
const SizedBox(height: 20),
516
- ButtonBar(
+ OverflowBar(
517
children: [
518
TextButton(
519
onPressed: () => Navigator.pop(context),
@@ -593,7 +593,7 @@ class _ExportDialogState extends State<ExportDialog> {
593
onChanged: (value) =>
594
setState(() => roundValues = value ?? false),
595
596
597
598
599
0 commit comments