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