and method

Combines this with other using a logical AND operation.

Implementation

FTextFieldSizeVariantConstraint and(FTextFieldSizeVariantConstraint other) =>
    FTextFieldSizeVariantConstraint._(And(this, other));