getWidgetTheme method

TWidgetTheme getWidgetTheme(
  1. TVariant type,
  2. Color? color
)

Implementation

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