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