ExpandableWidget.showHide constructor
const
ExpandableWidget.showHide({})
Auto control Show and hide child completely With a arrow at the bottom.
Implementation
const ExpandableWidget.showHide({
Key? key,
this.arrowColor,
this.arrowSize = 24,
this.arrowWidgetBuilder,
this.arrowWidgetHeight,
this.animationDuration = const Duration(milliseconds: 150),
required this.child,
this.expand = false,
this.alignment = Alignment.topCenter,
}) : vsync = null,
maxHeight = 0,
mode = _ExpandMode.ShowHide,
super(key: key);