isBottom property

bool isBottom

Implementation

bool get isBottom => topNull && !leftNull && !rightNull && !bottomNull;