creditsLabelColor property

set creditsLabelColor (String? value)

Sets the creditsLabelColor property. To achieve color modification for credits label, it is necessary to provide a sequence of six hexadecimal characters, excluding the '#' symbol.

Implementation

set creditsLabelColor(String? value) {
  _creditsLabelColor = value;
}