TdFocus constructor
const
TdFocus({
- Key? key,
- GestureTapDownCallback? onTapDown,
- GestureTapUpCallback? onTapUp,
- GestureTapCallback? onTap,
- GestureTapCallback? onTapCancel,
- String? debugLabel,
- FocusNode? focusNode,
- bool? canRequestFocus,
- bool? skipTraversal,
- required Widget child,
Implementation
const TdFocus({
super.key,
this.onTapDown,
this.onTapUp,
this.onTap,
this.onTapCancel,
this.debugLabel,
this.focusNode,
this.canRequestFocus,
this.skipTraversal,
required this.child,
});