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