PaintSingle constructor
- {required PaintSingleContainer item,
- required Function onChange,
- Key? key}
A constructor that takes in a key, a boolean, a SimpleContainer, and a function.
Implementation
PaintSingle({
required this.item,
required super.onChange,
super.key,
});