theme_tailor_annotation library
Classes
- DeepCollectionEquality
- Deep equality on collections.
- Tailor
- Tailor
- TailorComponent
- An annotation used to specify that generated ThemeExtension class can be used as a part of other ThemeExtension class and does not need additional extensions on BuildContext nor ThemeData for the ease of access
-
ThemeEncoder<
T extends Object?> - ThemeEncoder
Enums
- ThemeGetter
- ThemeGetter
Constants
- ignore → const _Ignore
- Fields marked with this annotation will be ignored by generator
- tailor → const Tailor
- tailorComponent → const TailorComponent
- Default instance of TailorComponent annotation
- themeExtension → const _ThemeExtension
- Hints generator that the type conforms to ThemeExtension and can call lerp() on it.