model/contextual_property library
Provides a way of creating properties that can change depending on the BuildContext.
Classes
Mixins
Typedefs
-
ContextualPropertyResolver<
T> = T Function(BuildContext context) -
ThemedPropertyResolver<
T> = T Function(ThemeData theme)