Skip to content

Commit

Permalink
fix:text_decoration_mobile_toolbar_padding (#621)
Browse files Browse the repository at this point in the history
  • Loading branch information
q200892907 authored Jan 1, 2024
1 parent 82573c9 commit d15737f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ class _TextDecorationMenuState extends State<_TextDecorationMenu> {

return GridView(
shrinkWrap: true,
padding: EdgeInsets.zero,
gridDelegate: buildMobileToolbarMenuGridDelegate(
mobileToolbarStyle: style,
crossAxisCount: 2,
Expand Down

0 comments on commit d15737f

Please sign in to comment.