Eraser constructor

Eraser({
  1. Color color = const Color(0xff000000),
})

Implementation

Eraser({this.color = const Color(0xff000000)});