PipCollapsed constructor
const
PipCollapsed({
- double widthFraction = 0.35,
- PipCorner position = PipCorner.bottomRight,
- PipEdges margin = const PipEdges(),
- double heightDp = 0,
- double cornerRadius = 12,
- double borderWidth = 0,
- Color? borderColor,
- bool shadow = true,
- PipEntryAnimation entryAnimation = const PipEntryAnimation(),
- PipExitAnimation exitAnimation = const PipExitAnimation(),
Implementation
const PipCollapsed({
this.widthFraction = 0.35,
this.position = PipCorner.bottomRight,
this.margin = const PipEdges(),
this.heightDp = 0,
this.cornerRadius = 12,
this.borderWidth = 0,
this.borderColor,
this.shadow = true,
this.entryAnimation = const PipEntryAnimation(),
this.exitAnimation = const PipExitAnimation(),
});