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 {
fillColor,
focusColor,
hoverColor,
border,
enabled,
prefixIcon,
prefixIconColor,
prefix,
......
......@@ -111,7 +111,7 @@ class PopupMenuThemeData with Diagnosticable {
elevation,
textStyle,
enableFeedback,
mouseCursor
mouseCursor,
);
}
......
......@@ -169,7 +169,7 @@ class TooltipThemeData with Diagnosticable {
waitDuration,
showDuration,
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