NyThemeOptions<T> constructor

NyThemeOptions<T>({
  1. required T colors,
  2. dynamic meta = const {},
})

Implementation

NyThemeOptions({required this.colors, this.meta = const {}});