DrawHexagon constructor

DrawHexagon({
  1. Color background = Colors.black,
  2. bool with3DEffect = false,
})

Implementation

DrawHexagon({this.background = Colors.black, this.with3DEffect = false});