CustomIconBuilder<T> typedef

CustomIconBuilder<T> = Widget Function(BuildContext context, LocalToggleProperties<T> local, DetailedGlobalToggleProperties<T> global)

Custom builder for icons in the switch.

Implementation

typedef CustomIconBuilder<T> = Widget Function(BuildContext context,
    LocalToggleProperties<T> local, DetailedGlobalToggleProperties<T> global);