GoPosition.build constructor
- {required GoPositionContainer item,
- required Function onChange,
- Key? key}
A named constructor that is used to create a new instance of the Go class.
Implementation
GoPosition.build({
required this.item,
required super.onChange,
super.key,
});