BoxStyle constructor

BoxStyle({
  1. RGBA? fillColor,
  2. RGBA? hatchColor,
})

Implementation

BoxStyle({this.fillColor, this.hatchColor});