menu
gwp_alpha_player package
documentation
custom_player.dart
CustomPlayer
CustomPlayer constructor
CustomPlayer constructor
dark_mode
light_mode
CustomPlayer
constructor
CustomPlayer
(
{
Key
?
key
,
double
?
left
=
0
,
double
?
top
=
0
,
double
?
height
,
double
?
width
,
})
Implementation
CustomPlayer({Key? key, this.left = 0, this.top = 0, this.height, this.width}) : super(key: key);
gwp_alpha_player package
documentation
custom_player
CustomPlayer
CustomPlayer constructor
CustomPlayer class