ImMessageAudio constructor
const
ImMessageAudio({
- Key? key,
- required dynamic data,
Implementation
const ImMessageAudio({Key? key, required this.data}) : super(key: key);
const ImMessageAudio({Key? key, required this.data}) : super(key: key);