EditPointScreen constructor
const
EditPointScreen({})
Create an instance.
Implementation
const EditPointScreen({
required this.point,
required this.onChanged,
this.title = 'Edit Point',
this.editorTitle = 'Point',
this.defaultModifier = 1,
this.minValue,
this.maxValue,
this.initialEditPoint = EditPointPoint.x,
super.key,
});