AboutMeTable constructor

const AboutMeTable({
  1. Key? key,
  2. required UserSettings userSettings,
})

Implementation

const AboutMeTable({super.key, required this.userSettings});