AubecsFormField constructor

const AubecsFormField({
  1. double height = 300,
  2. AubecsFormStyle? style,
  3. String? companyName,
  4. AubecsEditFormController? controller,
  5. Key? key,
})

Implementation

const AubecsFormField({
  this.height = 300,
  this.style,
  this.companyName,
  this.controller,
  Key? key,
}) : super(key: key);