Commit d122f099 authored by Erick Ghaumez's avatar Erick Ghaumez Committed by Shi-Hao Hong

Fix the ThemeData.copyWith toggleButtonsTheme argument type (#40994)

* set the copyWith toggleButtonsTheme argument type to ToggleButtonsThemeData

* add a ThemeData.copyWith test
parent c8b3c9b7
......@@ -988,7 +988,7 @@ class ThemeData extends Diagnosticable {
Color unselectedWidgetColor,
Color disabledColor,
ButtonThemeData buttonTheme,
ToggleButtonsTheme toggleButtonsTheme,
ToggleButtonsThemeData toggleButtonsTheme,
Color buttonColor,
Color secondaryHeaderColor,
Color textSelectionColor,
......
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