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