ExpandableSection constructor
const
ExpandableSection({
- Key? key,
- ComponentLocalization? appLocalizations,
- required ContentNoticeModel content,
Implementation
const ExpandableSection({
super.key,
super.appLocalizations,
required this.content,
});