ClosedCaptionsIndicator constructor

const ClosedCaptionsIndicator(
  1. {required MediaItem item,
  2. Key? key}
)

Create an instance of this page.

Implementation

const ClosedCaptionsIndicator({
  required this.item,
  super.key,
});