isVisible property
Whether this layer changes the rendered output.
Implementation
bool get isVisible =>
opacity > 0 &&
(blurRadius > 0 || spreadRadius > 0 || offset != Offset.zero);
Whether this layer changes the rendered output.
bool get isVisible =>
opacity > 0 &&
(blurRadius > 0 || spreadRadius > 0 || offset != Offset.zero);