CockpitTargetNode constructor
const
CockpitTargetNode({
- required String registrationId,
- required Widget child,
- Key? key,
- String? cockpitId,
- String? semanticId,
- String? text,
- String? tooltip,
- String? typeName,
- Set<
CockpitCommandType> supportedCommands = const <CockpitCommandType>{}, - CockpitTapHandler? onTap,
- CockpitEnterTextHandler? onEnterText,
Implementation
const CockpitTargetNode({
required this.registrationId,
required this.child,
super.key,
this.cockpitId,
this.semanticId,
this.text,
this.tooltip,
this.typeName,
this.supportedCommands = const <CockpitCommandType>{},
this.onTap,
this.onEnterText,
});