CarpenterControl constructor
const
CarpenterControl({
- Key? key,
- required CarpenterControlBuilder builder,
- VoidCallback? onTap,
- bool enabled = true,
- String? semanticLabel,
- bool semanticButton = true,
- bool? semanticChecked,
- bool? semanticToggled,
- bool? semanticSelected,
- bool semanticLink = false,
- MouseCursor? cursor,
- FocusNode? focusNode,
- bool autofocus = false,
Создает интерактивную оболочку.
Implementation
const CarpenterControl({
super.key,
required this.builder,
this.onTap,
this.enabled = true,
this.semanticLabel,
this.semanticButton = true,
this.semanticChecked,
this.semanticToggled,
this.semanticSelected,
this.semanticLink = false,
this.cursor,
this.focusNode,
this.autofocus = false,
});