SubHeader constructor

const SubHeader(
  1. String? text, {
  2. Key? key,
  3. TextStyle? style,
})

Implementation

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