ItemBehaviour constructor

ItemBehaviour({
  1. required ShapeType shape,
  2. IconData? icon,
  3. Image? image,
})

Implementation

ItemBehaviour({required this.shape, this.icon, this.image});