List<Offset> get offset => _offset;
set offset(List<Offset> value) { if (value == _offset) return; _offset = value; markNeedsLayout(); }