FormFieldSection constructor

const FormFieldSection({
  1. Key? key,
  2. required String title,
  3. double height = 45.0,
})

Implementation

const FormFieldSection({Key? key, required this.title, this.height = 45.0})
    : super(key: key);