onColor method

Color? onColor()
inherited

Returns the App's Color if any.

Implementation

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