isCenter property

bool get isCenter

Implementation

bool get isCenter =>
    this == left || this == top || this == right || this == bottom;