AttributesPanel constructor

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

Implementation

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