ExpandableSection constructor

const ExpandableSection({
  1. Key? key,
  2. ComponentLocalization? appLocalizations,
  3. required ContentNoticeModel content,
})

Implementation

const ExpandableSection({
  super.key,
  super.appLocalizations,
  required this.content,
});