baseColor property

Color? baseColor
final

The background color of the unexpanded tile.

If null, defaults to Theme.of(context).canvasColor.

Implementation

final Color? baseColor;