styleConfig property

  1. @JsonKey(name: 'styleConfig')
StyleConfig? styleConfig
final

Configures visual presentation and behavior of the Player UI. A default StyleConfig is used if not set here.

Implementation

@JsonKey(name: 'styleConfig')
final StyleConfig? styleConfig;