AttributesPanel.human constructor

const AttributesPanel.human({
  1. Key? key,
  2. required List<AttributesSection> sections,
})

Implementation

const AttributesPanel.human({super.key, required this.sections})
  : _targetType = TargetType.human;