OverflowAnimateWidget constructor

const OverflowAnimateWidget(
  1. double width,
  2. double height, {
  3. Key? key,
  4. double? maxWidth,
  5. double? maxHeight,
  6. AlignmentGeometry alignment = Alignment.bottomCenter,
})

Implementation

const OverflowAnimateWidget(
  this.width,
  this.height, {
  Key? key,
  this.maxWidth,
  this.maxHeight,
  this.alignment = Alignment.bottomCenter,
}) : super(key: key);