setConstraintsEnabled method

void setConstraintsEnabled(
  1. bool value
)
inherited

Implementation

void setConstraintsEnabled(bool value) =>
    getRectProperties.copyWith(constraintsEnabled: value);