$OffsetPosition constructor

$OffsetPosition({
  1. int? left,
  2. int? top,
})

Implementation

$OffsetPosition({this.left, this.top});