VerticalVoiceBar constructor
const
VerticalVoiceBar({})
Implementation
const VerticalVoiceBar({
super.key,
required this.height,
this.width = 4,
this.color = Colors.grey,
required this.opacity,
});
const VerticalVoiceBar({
super.key,
required this.height,
this.width = 4,
this.color = Colors.grey,
required this.opacity,
});