changeToMaterial2 method
- @Deprecated('Switching to and from Material 2 and 3 is deprecated has no effect and wil be removed in the future.')
void
changeToMaterial2(
{ - bool applyToBothDarkAndLightTheme = false,
})
Implementation
@Deprecated(
'Switching to and from Material 2 and 3 is deprecated has no effect and wil be removed in the future.')
void changeToMaterial2({bool applyToBothDarkAndLightTheme = false}) =>
_parent.changeToMaterial2(
applyToBothDarkAndLightTheme: applyToBothDarkAndLightTheme);