VolumeRendererStyle constructor
const
VolumeRendererStyle({
- double width = 8.5,
- VolumeRendererColors colors = const VolumeRendererColors(),
- EdgeInsets padding = const EdgeInsets.only(left: 5, right: 5, top: 12),
- double fontSize = 10,
Implementation
const VolumeRendererStyle({
this.width = 8.5,
this.colors = const VolumeRendererColors(),
super.padding = const EdgeInsets.only(left: 5, right: 5, top: 12),
super.fontSize = 10
}) : super(colors: colors);