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,
focusColor,
hoverColor,
border,
enabled,
prefixIcon,
prefixIconColor,
prefix,

View file

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

View file

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