wrapper property
final
The wrapper that will be used to wrap child if condition is true.
Implementation
final Widget Function(BuildContext context, Widget child) wrapper;
The wrapper that will be used to wrap child if condition is true.
final Widget Function(BuildContext context, Widget child) wrapper;