FormTitle constructor

const FormTitle({
  1. Key? key,
  2. String? title,
})

Implementation

const FormTitle({
  Key? key,
  this.title,
}) : super(key: key);