onColor method

Color? onColor()

Implementation

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