AttributesPanel.material constructor

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

Implementation

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