menu
chat_flutter package
documentation
widgets/audio_box/audio_box.dart
AudioBox
AudioBox.new const constructor
AudioBox.new const constructor
dark_mode
light_mode
AudioBox
constructor
const
AudioBox
(
{
Key
?
key
,
int
audioTimelength
=
0
,
bool
audioPlayStatus
=
false
,
})
Implementation
const AudioBox({ super.key, this.audioTimelength = 0, this.audioPlayStatus = false, });
chat_flutter package
documentation
widgets/audio_box/audio_box
AudioBox
AudioBox.new const constructor
AudioBox class