CompactPlayer class
A collapsible media player.
This class uses the MediaManager to play Media
Constructors
- CompactPlayer({Key? key, EdgeInsets? offset, bool expanded = false, Media? media, CompactPlayerController? controller, )
-
const
Properties
- controller → CompactPlayerController?
-
final
- expanded → bool
-
final
- media → Media?
-
final
- offset → EdgeInsets?
-
final
-
final
Methods
-
createState(
) → State< StatefulWidget> - Creates the mutable state for this widget at a given location in the tree.