Elementary constructor
const
Elementary({
- required ScrollPhysics physics,
- Map<
Type, ElementaryBase> components = const {}, - Map<
Type, ElementaryBase> fundations = const {},
Implementation
const Elementary({
required this.physics,
this.components = const {},
this.fundations = const {},
});