IconBuilder<T> typedef

IconBuilder<T> = Widget Function(BuildContext context, StyledToggleProperties<T> local, DetailedGlobalToggleProperties<T> global)

Implementation

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