getBounds method

  1. @override
Box? getBounds({
  1. PositionScheme scheme = Position.scheme,
})
override

The bounding box for this point, min and max with the same point position.

Implementation

@override
Box? getBounds({PositionScheme scheme = Position.scheme}) =>
    calculateBounds(scheme: scheme);