menu
av package
documentation
widgets/play_button.dart
PlayButton
PlayButton.new const constructor
PlayButton.new const constructor
dark_mode
light_mode
PlayButton
constructor
const
PlayButton
(
{
Key
?
key
,
required
dynamic
onPressed
()?,
required
bool
isPlaying
,
})
Implementation
const PlayButton( {super.key, required this.onPressed, required this.isPlaying});
av package
documentation
widgets/play_button
PlayButton
PlayButton.new const constructor
PlayButton class