SlideConstraints constructor

const SlideConstraints(
  1. Widget builder(
    1. Size
    ), {
  2. Key? key,
})

Implementation

const SlideConstraints(
  this.builder, {
  super.key,
});