MExpandableButton constructor

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

Implementation

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