MExpandable constructor
const
MExpandable({
- Key? key,
- required Widget collapsed,
- required Widget expanded,
- MExpandableController? controller,
- MExpandableThemeData? theme,
Implementation
const MExpandable({
super.key,
required this.collapsed,
required this.expanded,
this.controller,
this.theme,
});