of static method
Implementation
static SmartFormThemeData of(BuildContext context) {
final SmartFormTheme? theme = context.dependOnInheritedWidgetOfExactType<SmartFormTheme>();
return theme?.data ?? const SmartFormThemeData();
}
static SmartFormThemeData of(BuildContext context) {
final SmartFormTheme? theme = context.dependOnInheritedWidgetOfExactType<SmartFormTheme>();
return theme?.data ?? const SmartFormThemeData();
}