MusicVisualizer constructor
const
MusicVisualizer({})
Implementation
const MusicVisualizer({
Key? key,
this.linesCount = 10,
this.colors = const [Colors.white, Colors.black],
this.durations = const [900, 300, 800, 600, 400, 500],
this.lineWidth = 10,
this.heights = const [1, .6],
}) : super(key: key);