themeStyleOf method
Returns the TextButtonThemeData.style of the closest TextButtonTheme ancestor.
Implementation
@override
ButtonStyle? themeStyleOf(BuildContext context) {
return TextButtonTheme.of(context).style;
}
Returns the TextButtonThemeData.style of the closest TextButtonTheme ancestor.
@override
ButtonStyle? themeStyleOf(BuildContext context) {
return TextButtonTheme.of(context).style;
}