StacThemeRef constructor
const
StacThemeRef({
- required String name,
Creates a StacThemeRef with the given theme name.
Implementation
const StacThemeRef({required this.name});
Creates a StacThemeRef with the given theme name.
const StacThemeRef({required this.name});