Skip to content

Commit fae2039

Browse files
committed
Fix lint warnings
1 parent 0ba4991 commit fae2039

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/flutter_box_transform/playground/lib/test_recorder.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ class _SingleInputDialogState extends State<SingleInputDialog> {
513513
validator: widget.validator,
514514
),
515515
const SizedBox(height: 20),
516-
ButtonBar(
516+
OverflowBar(
517517
children: [
518518
TextButton(
519519
onPressed: () => Navigator.pop(context),
@@ -593,7 +593,7 @@ class _ExportDialogState extends State<ExportDialog> {
593593
onChanged: (value) =>
594594
setState(() => roundValues = value ?? false),
595595
),
596-
ButtonBar(
596+
OverflowBar(
597597
children: [
598598
TextButton(
599599
onPressed: () => Navigator.pop(context),

0 commit comments

Comments
 (0)