isCircular property
bool
get
isCircular
custom properties
Implementation
bool get isCircular => roots.shape && shape == ViewShape.circular;
custom properties
bool get isCircular => roots.shape && shape == ViewShape.circular;