constraints property

Constraints get constraints

Implementation

_i3.Constraints get constraints => _i5.getProperty(
      this,
      'constraints',
    );
set constraints (Constraints value)

Implementation

set constraints(_i3.Constraints value) {
  _i5.setProperty(
    this,
    'constraints',
    value,
  );
}