and method
Combines this with other using a logical AND operation.
Implementation
FTextFieldSizeVariantConstraint and(FTextFieldSizeVariantConstraint other) =>
FTextFieldSizeVariantConstraint._(And(this, other));
Combines this with other using a logical AND operation.
FTextFieldSizeVariantConstraint and(FTextFieldSizeVariantConstraint other) =>
FTextFieldSizeVariantConstraint._(And(this, other));