SvgNumeric.value constructor

const SvgNumeric.value(
  1. double value,
  2. SvgBrush? brush, [
  3. SvgUnit unit = SvgUnit.direct
])

Implementation

const SvgNumeric.value(
  this.value,
  this.brush, [
  this.unit = SvgUnit.direct,
]);