NyThemeOptions<T> constructor
NyThemeOptions<T> ({
- required T colors,
- dynamic meta = const {},
Implementation
NyThemeOptions({required this.colors, this.meta = const {}});