BodyPartSelector constructor
const
BodyPartSelector({})
Creates a BodyPartSelector.
Implementation
const BodyPartSelector({
required this.bodyParts,
required this.onSelectionUpdated,
required this.side,
this.mirrored = false,
this.selectedColor,
this.unselectedColor,
this.selectedOutlineColor,
this.unselectedOutlineColor,
super.key,
});