InputBlock constructor

InputBlock({
  1. required String label,
  2. required Map<String, dynamic> element,
  3. String? hint,
})

Implementation

InputBlock({required this.label, required this.element, this.hint});