UFloatingMiniPlayer constructor

const UFloatingMiniPlayer({
  1. required UMediaController controller,
  2. Key? key,
  3. double width = 190,
  4. double margin = 12,
  5. double borderRadius = 12,
  6. VoidCallback? onExpand,
  7. VoidCallback? onClose,
})

Implementation

const UFloatingMiniPlayer({
  required this.controller,
  super.key,
  this.width = 190,
  this.margin = 12,
  this.borderRadius = 12,
  this.onExpand,
  this.onClose,
});