brandColor property

String? brandColor
final

Accepts valid values for use with the color CSS property. For example: #FF0000 or rgb(255, 0, 0). This property will mostly be applied to buttons.

Implementation

final String? brandColor;