supplementalPlayerUiCss property

  1. @JsonKey(name: 'supplementalPlayerUiCss')
String? supplementalPlayerUiCss
final

Optional URI pointing to the supplemental CSS file that will be used for the Player UI. The contained styles will be added to the CSS file specified in playerUiCss.

Implementation

@JsonKey(name: 'supplementalPlayerUiCss')
final String? supplementalPlayerUiCss;