AttributesPanel.human constructor
const
AttributesPanel.human({
- Key? key,
- required List<
AttributesSection> sections,
Implementation
const AttributesPanel.human({super.key, required this.sections})
: _targetType = TargetType.human;