PiPParams class

Constructors

PiPParams({double bottomSpace = 16, double leftSpace = 16, double rightSpace = 16, double topSpace = 16, double pipWindowWidth = 300, double pipWindowHeight = 150, PIPViewCorner initialCorner = PIPViewCorner.bottomRight, bool resizable = false, bool movable = true, Size minSize = const Size(200, 100), Size maxSize = const Size(300, 150)})
const

Properties

bottomSpace double
final
hashCode int
The hash code for this object.
no setterinherited
initialCorner PIPViewCorner
final
leftSpace double
final
maxSize Size
final
minSize Size
final
movable bool
final
pipWindowHeight double
final
pipWindowWidth double
final
resizable bool
final
rightSpace double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topSpace double
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited