getWidgetTheme method
Implementation
TWidgetTheme getWidgetTheme(TVariant type, Color? color) => TThemeResolver.getWidgetTheme(this, color ?? theme.primary, type);
TWidgetTheme getWidgetTheme(TVariant type, Color? color) => TThemeResolver.getWidgetTheme(this, color ?? theme.primary, type);