DifferenceMask constructor
const
DifferenceMask({
- Key? key,
- dynamic color,
Implementation
const DifferenceMask({
Key? key,
this.color,
}) : super(key: key);
const DifferenceMask({
Key? key,
this.color,
}) : super(key: key);