conditional_wrapper library

Classes

ConditionalWrapper
Allows you to conditionally wrap a child widget with one of two different wrappers based on a specified condition.

Typedefs

WrapperBuilder = Widget Function(BuildContext context, Widget child)
The builder for ConditionalWrapper to wrap the child.