ProfileAboutSection constructor

const ProfileAboutSection({
  1. Key? key,
  2. required List<ProfileAboutItem> items,
})

Implementation

const ProfileAboutSection({super.key, required this.items});