ElBox constructor

const ElBox({
  1. Key? key,
  2. Duration? duration,
  3. Curve? curve,
  4. ElBoxStyle? style,
  5. dynamic child,
})

Implementation

const ElBox({super.key, this.duration, this.curve, this.style, this.child});