CarouselSizeConstraint.fixed constructor

const CarouselSizeConstraint.fixed(
  1. double size
)

Creates a fixed carousel size constraint.

Implementation

const factory CarouselSizeConstraint.fixed(double size) =
    CarouselFixedConstraint;