Unverified Commit 9006d201 authored by Taha Tesser's avatar Taha Tesser Committed by GitHub

Remove duplicate & missing commas (#96844)

parent bead3432
...@@ -3592,8 +3592,6 @@ class InputDecoration { ...@@ -3592,8 +3592,6 @@ class InputDecoration {
fillColor, fillColor,
focusColor, focusColor,
hoverColor, hoverColor,
border,
enabled,
prefixIcon, prefixIcon,
prefixIconColor, prefixIconColor,
prefix, prefix,
......
...@@ -111,7 +111,7 @@ class PopupMenuThemeData with Diagnosticable { ...@@ -111,7 +111,7 @@ class PopupMenuThemeData with Diagnosticable {
elevation, elevation,
textStyle, textStyle,
enableFeedback, enableFeedback,
mouseCursor mouseCursor,
); );
} }
......
...@@ -169,7 +169,7 @@ class TooltipThemeData with Diagnosticable { ...@@ -169,7 +169,7 @@ class TooltipThemeData with Diagnosticable {
waitDuration, waitDuration,
showDuration, showDuration,
triggerMode, triggerMode,
enableFeedback enableFeedback,
); );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment