isEmpty property

bool isEmpty

Implementation

bool get isEmpty =>
    frameHeight == null &&
    frameHeight == null &&
    frameX == null &&
    frameY == null &&
    alphaValue == null &&
    cornerRadius == null &&
    cornerMask == null &&
    effect == null &&
    state == null;