Wildness constructor

const Wildness({
  1. required ScrollPhysics physics,
  2. Map<Type, WildnessBase> components = const {},
  3. Map<Type, WildnessBase> fundations = const {},
})

Implementation

const Wildness({
  required this.physics,
  this.components = const {},
  this.fundations = const {},
});