backgroundColor property

String? backgroundColor
final

The background color of the column, represented as a CSS color string.

Example: '#ffffff', 'red', or 'rgba(0,0,0,0.1)'.

Implementation

final String? backgroundColor;