ExpandableButton constructor

const ExpandableButton({
  1. Key? key,
  2. Widget? child,
  3. ExpandableThemeData? theme,
})

Implementation

const ExpandableButton({super.key, this.child, this.theme});