CarpenterRuntimeScope constructor
const
CarpenterRuntimeScope({
- Key? key,
- required CarpenterRuntime runtime,
- required Widget child,
Создает runtime scope.
Implementation
const CarpenterRuntimeScope({
super.key,
required this.runtime,
required super.child,
});