position property

RelativeRect position

Implementation

RelativeRect get position => _position;
void position=(RelativeRect rect)

Implementation

set position(RelativeRect rect) {
  _position = rect;
  notifyListeners();
}