ExpandableIcon constructor

const ExpandableIcon({
  1. Key? key,
  2. ExpandableThemeData? theme,
})

Implementation

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