WidgetCheckBox typedef

WidgetCheckBox = Widget Function(BuildContext context, bool isChecked)

Implementation

typedef Widget WidgetCheckBox(BuildContext context, bool isChecked);