center property
Offset?
get
center
Implementation
Offset? get center {
if (begin == null || end == null) {
return null;
}
if (_dirty) {
_initialize();
}
return _center;
}
Offset? get center {
if (begin == null || end == null) {
return null;
}
if (_dirty) {
_initialize();
}
return _center;
}