LevelTool constructor
const
LevelTool({})
Implementation
const LevelTool(
{Key? key,
this.gender = '1',
this.anchorLabel = 1,
this.userLabel = 1,
this.showanchor = false,
this.showGender = true,
this.showBoth = true,
this.nobilityType = NobleTypeEnum.none,
this.guardType = GuardTypeEnum.none})
: super(key: key);