ProfileAboutSection constructor
const
ProfileAboutSection({
- Key? key,
- required List<
ProfileAboutItem> items,
Implementation
const ProfileAboutSection({super.key, required this.items});