CustomSeparatorBuilder<T> typedef

CustomSeparatorBuilder<T> = Widget Function(BuildContext context, SeparatorProperties<T> local, DetailedGlobalToggleProperties<T> global)

Custom builder for the spacing section between the icons.

Implementation

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