CheckBoxBuilder typedef

CheckBoxBuilder = Widget Function(bool checked, Map<String, String> attributes)

Implementation

typedef Widget CheckBoxBuilder(bool checked, Map<String, String> attributes);