ItemBehaviour constructor

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

Implementation

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