menu
chat_hunter package
documentation
video_player.dart
HunterPlayer
HunterPlayer.new const constructor
HunterPlayer.new const constructor
dark_mode
light_mode
HunterPlayer
constructor
const
HunterPlayer
(
{
Key
?
key
,
required
String
path
,
})
Implementation
const HunterPlayer({Key? key, required this.path}) : super(key: key);
chat_hunter package
documentation
video_player
HunterPlayer
HunterPlayer.new const constructor
HunterPlayer class