SkillTable constructor
- Key? key,
- required UserSettings userSettings,
- required String aboutMeFile,
- AssetBundle? assetBundle,
Implementation
const SkillTable({
super.key,
required this.userSettings,
required this.aboutMeFile,
this.assetBundle,
});