wrapper property

Widget Function(BuildContext context, Widget child) wrapper
final

The wrapper that will be used to wrap child if condition is true.

Implementation

final Widget Function(BuildContext context, Widget child) wrapper;