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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.
///