UFloatingMiniPlayer constructor
const
UFloatingMiniPlayer({
- required UMediaController controller,
- Key? key,
- double width = 190,
- double margin = 12,
- double borderRadius = 12,
- VoidCallback? onExpand,
- VoidCallback? onClose,
Implementation
const UFloatingMiniPlayer({
required this.controller,
super.key,
this.width = 190,
this.margin = 12,
this.borderRadius = 12,
this.onExpand,
this.onClose,
});