checkboxHelperBuilder function

Widget? checkboxHelperBuilder(
  1. FastCheckboxState field
)

A function that is the default FastCheckbox.cupertinoHelperBuilder.

Uses cupertinoHelperBuilder.

Implementation

Widget? checkboxHelperBuilder(FastCheckboxState field) {
  return cupertinoHelperBuilder(field);
}