isStart property
bool
get
isStart
Implementation
bool get isStart =>
this == topStart ||
this == bottomStart ||
this == leftStart ||
this == rightStart;
bool get isStart =>
this == topStart ||
this == bottomStart ||
this == leftStart ||
this == rightStart;