BarVisualizer constructor
const
BarVisualizer({})
Implementation
const BarVisualizer({
super.key,
required this.input,
this.gap = 2,
this.color = Colors.blue,
this.backgroundColor = Colors.transparent,
});
const BarVisualizer({
super.key,
required this.input,
this.gap = 2,
this.color = Colors.blue,
this.backgroundColor = Colors.transparent,
});