InputLabelWidget constructor

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

Implementation

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