SlowlyMovingWidgetsField constructor

SlowlyMovingWidgetsField({
  1. required List<Moving> list,
  2. double? collisionAmount,
})

Implementation

SlowlyMovingWidgetsField({required this.list, this.collisionAmount});