onColor method

Color? onColor()

The background color used for the menu

Implementation

Color? onColor() => inColor == null ? null : inColor!();