TextFormWidget constructor

const TextFormWidget({
  1. Key? key,
  2. required StringFormComponent component,
})

Creates a TextFormField to show and edit Text contained in component

Implementation

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