OverLayPositionModel constructor

OverLayPositionModel({
  1. double? left,
  2. double? right,
  3. double? bottom,
  4. double? top,
})

Implementation

OverLayPositionModel({this.left, this.right, this.bottom, this.top});