CustomIndicatorBuilder<T> typedef

CustomIndicatorBuilder<T> = Widget Function(BuildContext context, DetailedGlobalToggleProperties<T> global)

Custom builder for the indicator of the switch.

Implementation

typedef CustomIndicatorBuilder<T> = Widget Function(
    BuildContext context, DetailedGlobalToggleProperties<T> global);