ExpandCollapseButton constructor
const
ExpandCollapseButton({
- Key? key,
- required bool isExpanded,
- required ValueChanged<
bool> onTap,
Implementation
const ExpandCollapseButton({
super.key,
required this.isExpanded,
required this.onTap,
});