DrawRotatedHexagon constructor

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

Implementation

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