CustomStyleBuilder<T> typedef

CustomStyleBuilder<T> = ToggleStyle Function(BuildContext context, StyledToggleProperties<T> local, GlobalToggleProperties<T> global)

Implementation

typedef CustomStyleBuilder<T> = ToggleStyle Function(
  BuildContext context,
  StyledToggleProperties<T> local,
  GlobalToggleProperties<T> global,
);