CustomWrapperBuilder<T> typedef

CustomWrapperBuilder<T> = Widget Function(BuildContext context, GlobalToggleProperties<T> global, Widget child)

Custom builder for the wrapper of the switch.

Implementation

typedef CustomWrapperBuilder<T> = Widget Function(
    BuildContext context, GlobalToggleProperties<T> global, Widget child);