switchHelperBuilder function

Widget? switchHelperBuilder(
  1. FastSwitchState field
)

A function that is the default FastSwitch.cupertinoHelperBuilder.

Uses cupertinoHelperBuilder.

Implementation

Widget? switchHelperBuilder(FastSwitchState field) {
  return cupertinoHelperBuilder(field);
}