Point constructor
- {required PointContainer item,
- required Function onChange,
- Key? key}
A constructor for the Go
class.
Implementation
Point({
required this.item,
required super.onChange,
super.key,
});
A constructor for the Go
class.
Point({
required this.item,
required super.onChange,
super.key,
});