SparkLine constructor

SparkLine([
  1. String _steps = '▁▂▃▄▅▆▇█'
])

Creates new object and optionally sets the spark levels

Implementation

SparkLine([this._steps = '▁▂▃▄▅▆▇█']) {
  _stepCount = _steps.length;
}