startPosition property
Offset
get
startPosition
Implementation
Offset get startPosition {
assert(isValid);
return _simulation!.offset(0);
}
Offset get startPosition {
assert(isValid);
return _simulation!.offset(0);
}