isDirectional property

bool get isDirectional

Implementation

bool get isDirectional =>
    topStart != null ||
    topEnd != null ||
    bottomStart != null ||
    bottomEnd != null;