AboutMeTable constructor

const AboutMeTable({
  1. dynamic key,
  2. required dynamic userSettings,
})

Implementation

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