onColor method

Color? onColor()

Returns the App's Color if any.

Implementation

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