RollingIconBuilder<T> typedef

RollingIconBuilder<T> = Widget Function(BuildContext context, RollingProperties<T> local, DetailedGlobalToggleProperties<T> global)

Implementation

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