of static method
Implementation
static TdButtonThemeData of(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<TdButtonTheme>()?.data ??
TdButtonThemeData.fallback();
}
static TdButtonThemeData of(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<TdButtonTheme>()?.data ??
TdButtonThemeData.fallback();
}