Remove duplicate & missing commas (#96844)

This commit is contained in:
Taha Tesser 2022-01-19 22:07:39 +02:00 committed by GitHub
parent bead3432b7
commit 9006d201b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 4 deletions

View file

@ -3592,8 +3592,6 @@ class InputDecoration {
fillColor, fillColor,
focusColor, focusColor,
hoverColor, hoverColor,
border,
enabled,
prefixIcon, prefixIcon,
prefixIconColor, prefixIconColor,
prefix, prefix,

View file

@ -111,7 +111,7 @@ class PopupMenuThemeData with Diagnosticable {
elevation, elevation,
textStyle, textStyle,
enableFeedback, enableFeedback,
mouseCursor mouseCursor,
); );
} }

View file

@ -169,7 +169,7 @@ class TooltipThemeData with Diagnosticable {
waitDuration, waitDuration,
showDuration, showDuration,
triggerMode, triggerMode,
enableFeedback enableFeedback,
); );
} }