centerPosition property
Offset
get
centerPosition
Implementation
Offset get centerPosition {
return Offset(position.dx + size.width / 2, position.dy + size.height / 2);
}
Offset get centerPosition {
return Offset(position.dx + size.width / 2, position.dy + size.height / 2);
}