World constructor
World({
- Iterable<
Component> ? children, - int? priority = -0x7fffffff,
- ComponentKey? key,
Implementation
World({
super.children,
super.priority = -0x7fffffff,
super.key,
});