light property
ThemeData
get
light
Light ThemeData including STThemeExtension.
Implementation
ThemeData get light => STThemeDataFactory.create(
colors: colors,
radius: radius,
shadows: shadows,
typography: typography,
components: components,
extras: extras,
brightness: Brightness.light,
);