PlayerControls class
Widget presenting play, pause, skip controls for the media player.
Constructors
- PlayerControls({Key? key, Color? iconColor, double? iconSize, required bool isPlaying(BuildContext context), Future onPressed(BuildContext context, Control control)?, bool compact = false, MainAxisSize mainAxisSize = MainAxisSize.max})
-
const
Properties
Methods
-
build(
BuildContext context) → Widget - Describes the part of the user interface represented by this widget.