backgroundColor property
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;
The background color of the column, represented as a CSS color string.
Example: '#ffffff', 'red', or 'rgba(0,0,0,0.1)'.
final String? backgroundColor;