Hidden constructor
const
Hidden({})
Implementation
const Hidden({
super.key,
required this.hidden,
required this.child,
this.direction = Axis.horizontal,
this.duration = kDefaultDuration,
this.curve = Curves.easeInOut,
this.reverse = false,
this.keepCrossAxisSize = false,
this.keepMainAxisSize = false,
});