ElBox constructor
const
ElBox({
- Key? key,
- Duration? duration,
- Curve? curve,
- ElBoxStyle? style,
- dynamic child,
Implementation
const ElBox({super.key, this.duration, this.curve, this.style, this.child});