StacThemeRef constructor

const StacThemeRef({
  1. required String name,
})

Creates a StacThemeRef with the given theme name.

Implementation

const StacThemeRef({required this.name});