backgroundColor property

Color? backgroundColor
final

The background color of the checkbox column.

You can customize the appearance of the Checkbox by using ThemeData.checkboxTheme property.

Implementation

final Color? backgroundColor;