SimpleOverlayPosition class
Constructors
-
SimpleOverlayPosition({double? top, double? left, double? right, double? bottom})
-
-
SimpleOverlayPosition.bottomLeft({double? bottom, double? left})
-
factory
-
SimpleOverlayPosition.bottomRight({double? bottom, double? right})
-
factory
-
SimpleOverlayPosition.custom({double? top, double? left, double? right, double? bottom})
-
factory
-
SimpleOverlayPosition.topLeft({double? top, double? left})
-
factory
-
SimpleOverlayPosition.topRight({double? top, double? right})
-
factory
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited