DrawHexagon constructor

DrawHexagon({
  1. Color? background = Colors.black,
})

Implementation

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