decorator library
Classes
- Decorator
- Decorators are a mechanism to wrap a component in arbitrary markup when rendering a story. Components are often created with assumptions about ‘where’ they render. Your styles might expect a theme or layout wrapper, or your UI might expect specific context or data providers.
- DecoratorInterface
Extensions
Typedefs
- DecoratorCallback = Widget Function(BuildContext context, Widget story)