sideBarColor property

Color? sideBarColor
final

The color of the sidebar. Defaults to Theme.of(context).colorScheme.surface, where Theme is the material theme.

Implementation

final Color? sideBarColor;