PipView constructor
const
PipView({
- Key? key,
- PIPViewCorner initialCorner = PIPViewCorner.topRight,
- double? floatingWidth,
- double? floatingHeight,
- bool avoidKeyboard = true,
- Widget? topWidget,
- Widget? bottomWidget,
- void onTapTopWidget()?,
- required bool startMinimized,
- required Function closeCallback,
- required bool showMuteButton,
- required StoryController storyController,
Implementation
const PipView({
Key? key,
this.initialCorner = PIPViewCorner.topRight,
this.floatingWidth,
this.floatingHeight,
this.avoidKeyboard = true,
this.topWidget,
this.bottomWidget,
this.onTapTopWidget,
required this.startMinimized,
required this.closeCallback,
required this.showMuteButton,
required this.storyController
}) : super(key: key);