ExpandArrowWidget constructor
const
ExpandArrowWidget({})
Implementation
const ExpandArrowWidget({
Key? key,
this.collapsedHint,
this.expandedHint,
required this.animation,
this.padding,
this.onTap,
this.arrowColor,
this.arrowSize,
this.icon,
this.hintTextStyle,
this.expandArrowStyle,
this.capitalArrowtext = true,
}) : assert(animation != null),
super(key: key);