HexagonWidget constructor
const
HexagonWidget({})
Implementation
const HexagonWidget({
Key? key,
this.width = 48,
this.height = 48,
required this.color,
this.child,
this.padding = 0,
this.cornerRadius = 14,
this.elevation = 0,
this.inBounds = true,
}) : assert(elevation >= 0),
super(key: key);