MExpandableIcon constructor

const MExpandableIcon({
  1. Key? key,
  2. MExpandableThemeData? theme,
})

Implementation

const MExpandableIcon({
  super.key,
  this.theme,
  // ignore: deprecated_member_use_from_same_package
});