FormContainer constructor

FormContainer({
  1. Key? key,
  2. required List<Widget> children,
  3. String title = "",
  4. bool isText = false,
  5. required double questionTitleFontSize,
})

Implementation

FormContainer(
    {Key? key, required this.children, this.title = "", this.isText = false , required this.questionTitleFontSize });