CarouselSizeConstraint.fixed constructor
      const
      CarouselSizeConstraint.fixed(
    
- double size
 
Creates a fixed carousel size constraint.
Implementation
const factory CarouselSizeConstraint.fixed(double size) =
    CarouselFixedConstraint;