NyThemeOptions<T> class
Theme options are used to pass additional data to the theme.
Constructors
- NyThemeOptions({required T colors, dynamic meta = const {}})
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited