Constraint.fixed constructor

const Constraint.fixed(
  1. int size
)

Creates a constraint that specifies a fixed size.

Implementation

const factory Constraint.fixed(int size) = Fixed;