SectionWrapper constructor
const
SectionWrapper({})
Creates a SectionWrapper.
Implementation
const SectionWrapper({
required this.title,
required this.subtitle,
required this.icon,
required this.child,
super.key,
});