model/contextual_property library

Provides a way of creating properties that can change depending on the BuildContext.

Typedefs

ContextualPropertyResolver<T> = T Function(BuildContext context)
ThemedPropertyResolver<T> = T Function(ThemeData theme)