curve property

Float32List? get curve

Implementation

_i5.Float32List? get curve => _i4.getProperty(
      this,
      'curve',
    );
set curve (Float32List? value)

Implementation

set curve(_i5.Float32List? value) {
  _i4.setProperty(
    this,
    'curve',
    value ?? _i6.undefined,
  );
}