ExpandableButton constructor
const
ExpandableButton({
- Key? key,
- Widget? child,
- ExpandableThemeData? theme,
Implementation
const ExpandableButton({super.key, this.child, this.theme});