getWidgetTheme method
Implementation
TWidgetTheme getWidgetTheme(TVariant type, [Color? color]) =>
color != null
? TWidgetTheme.from(isDarkMode, color, type)
: TWidgetTheme.surfaceTheme(colors, variant: type);
TWidgetTheme getWidgetTheme(TVariant type, [Color? color]) =>
color != null
? TWidgetTheme.from(isDarkMode, color, type)
: TWidgetTheme.surfaceTheme(colors, variant: type);