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