GuideFrame constructor
const
GuideFrame({
- Key? key,
- required CarPartDirectionEnum carPartDirectionEnum,
- required String rangeShot,
- bool showDirectionInfo = true,
- List<
CarPartHasDamageModel> carPartsForCloseUpShot = const [], - dynamic onPartSelected(
- CarPartHasDamageModel value
- CarPartHasDamageModel? currentPartSeleted,
- CarModelEnum? carModel,
Implementation
const GuideFrame({
super.key,
required this.carPartDirectionEnum,
required this.rangeShot,
this.showDirectionInfo = true,
this.carPartsForCloseUpShot = const [],
this.onPartSelected,
this.currentPartSeleted,
this.carModel,
});