line property

EnumValue get line

For drawing a straight line segment, a value for PathSegment#type.

Implementation

static _i3.EnumValue get line => _i4.getProperty(
      _declaredPathSegment,
      'Line',
    );
set line (EnumValue value)

Implementation

static set line(_i3.EnumValue value) {
  _i4.setProperty(
    _declaredPathSegment,
    'Line',
    value,
  );
}