PlutoShadowLine constructor

const PlutoShadowLine({
  1. Axis? axis,
  2. bool? reverse,
  3. Color? color,
  4. bool? shadow,
  5. Key? key,
})

Implementation

const PlutoShadowLine({
  this.axis,
  this.reverse,
  this.color,
  this.shadow,
  super.key,
});