restrictMovementRegionEffects property

List<RegionEffect> restrictMovementRegionEffects

Region effects that restrict movement.

Implementation

List<RegionEffect> get restrictMovementRegionEffects =>
    regionEffects.where((e) => e.restrictMovement).toList();