DiamondSymbol constructor

const DiamondSymbol({
  1. Color color = Colors.blue,
  2. bool fill = true,
  3. double strokeWidth = 0,
})

Implementation

const DiamondSymbol({this.color = Colors.blue, this.fill = true, this.strokeWidth = 0});