RedTextLabel constructor

const RedTextLabel(
  1. String? data, {
  2. Key? key,
  3. bool isRequired = false,
})

Implementation

const RedTextLabel(this.data, {Key? key, this.isRequired = false}) : super(key: key);