AudioCardType typedef
AudioCardType =
Widget Function({required bool barColor, required String imageSource, required Color imageStyle, required String name, dynamic parameters, required double roundedImage, required Color textColor})
Custom builder function type for AudioCard component. Allows complete customization of audio-only participant display.
Implementation
typedef AudioCardType = Widget Function({
required String name,
required bool barColor,
required Color textColor,
required String imageSource,
required double roundedImage,
required Color imageStyle,
dynamic parameters,
});