OverlayPositionStyle constructor

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

Implementation

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