UnsupportedFieldWidget constructor

const UnsupportedFieldWidget({
  1. required SchemaComponent component,
  2. Key? key,
})

Implementation

const UnsupportedFieldWidget({required this.component, super.key});