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