FormLabel constructor

const FormLabel({
  1. Key? key,
  2. String? text,
})

Implementation

const FormLabel({
  Key? key,
  this.text,
}) : super(key: key);