AutoOrLengthOrPercent constructor

AutoOrLengthOrPercent(
  1. double value, [
  2. Unit unit = Unit.px
])

Implementation

AutoOrLengthOrPercent(
  double value, [
  Unit unit = Unit.px,
]) : super(
        value,
        unit,
        UnitType.lengthPercentAuto,
      );