EnumFormWidget constructor

const EnumFormWidget({
  1. Key? key,
  2. required EnumFormComponent component,
})

Creates a Checkbox to display a boolean value contained in component

Implementation

const EnumFormWidget({Key? key, required this.component}) : super(key: key);