KLineVolumeStyle constructor

const KLineVolumeStyle({
  1. Color riseColor = Colors.green,
  2. Color fallColor = Colors.red,
})

Creates volume bar visual styling.

Implementation

const KLineVolumeStyle({
  this.riseColor = Colors.green,
  this.fallColor = Colors.red,
});