ClosedCaption constructor

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

Implementation

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