conditional_parent_builder/conditional_parent_builder library
Classes
- ConditionalParentBuilder
- A widget that allows developers to conditionally wrap the child widget with a parent widget.
Typedefs
- ParentBuilder = Widget Function(BuildContext context, Widget child)
-
A function that provides the BuildContext and the
child
widget.