CarouselFixedConstraint constructor

const CarouselFixedConstraint(
  1. double size
)

Creates a fixed carousel size constraint.

Implementation

const CarouselFixedConstraint(this.size)
    : assert(size > 0, 'size must be greater than 0');