ColorValueWidget constructor

ColorValueWidget({
  1. Color color = Colors.black,
})

Implementation

ColorValueWidget({this.color = Colors.black});