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