Fix super tiny space formatting (hope we have auto formatter in the future) (#127479)

Just fix a space... I do hope we can have the auto formatter enabled in the future!
This commit is contained in:
fzyzcjy
2023-07-19 07:01:13 +08:00
committed by GitHub
parent 0084347e78
commit 2d753a621e

View File

@@ -805,7 +805,7 @@ class TextField extends StatefulWidget {
decoration: TextDecoration.underline,
decorationColor: Colors.red,
decorationStyle: TextDecorationStyle.wavy,
);
);
/// Default builder for [TextField]'s spell check suggestions toolbar.
///