PiPParams constructor
const
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),
Implementation
const PiPParams({
this.bottomSpace = 16,
this.leftSpace = 16,
this.rightSpace = 16,
this.topSpace = 16,
this.pipWindowWidth = 300,
this.pipWindowHeight = 150,
this.initialCorner = PIPViewCorner.bottomRight,
this.resizable = false,
this.movable = true,
this.minSize = const Size(200, 100),
this.maxSize = const Size(300, 150),
});