ElTapOutSide class
- Inheritance
-
- Object
- DiagnosticableTree
- Widget
- StatefulWidget
- ElTapOutSide
- Available extensions
Constructors
- ElTapOutSide({Key? key, required Widget child, HitTestBehavior behavior = HitTestBehavior.deferToChild, bool enabled = true, Object? groupId, TapRegionCallback? onPointerDown, TapRegionUpCallback? onPointerUp, TapRegionCallback? onTapDown, TapRegionUpCallback? onTapUp, VoidCallback? onTap, VoidCallback? onCancel})
-
点击外部事件小部件,这只是对 TapRegion 进行一个浅包装
const
Properties
- behavior → HitTestBehavior
-
命中行为
final
- child → Widget
-
final
- enabled → bool
-
是否启用
final
- groupId → Object?
-
点击外部分组 id,拥有相同分组 id 的元素不会视为外部元素
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → Key?
-
Controls how one widget replaces another widget in the tree.
finalinherited
- onCancel → VoidCallback?
-
取消事件
final
- onPointerDown → TapRegionCallback?
-
点击外部指针落下事件
final
- onPointerUp → TapRegionUpCallback?
-
点击外部指针抬起事件
final
- onTap → VoidCallback?
-
点击外部事件,如果指针在抬起时发生移动,则触发 onCancel
final
- onTapDown → TapRegionCallback?
-
主指针点击外部落下事件
final
- onTapUp → TapRegionUpCallback?
-
主指针点击外部抬起事件
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
createElement(
) → StatefulElement -
Creates a StatefulElement to manage this widget's location in the tree.
inherited
-
createState(
) → State< ElTapOutSide> -
Creates the mutable state for this widget at a given location in the tree.
override
-
debugDescribeChildren(
) → List< DiagnosticsNode> -
Returns a list of DiagnosticsNode objects describing this node's
children.
inherited
-
debugFillProperties(
DiagnosticPropertiesBuilder properties) → void -
Add additional properties associated with the node.
inherited
-
noScrollbarBehavior(
BuildContext context, {Key? key, bool? overscroll, bool enabled = true}) → Widget -
Available on Widget, provided by the FlutterWidgetExt extension
不使用祖先提供的默认滚动条,当使用自定义滚动条时请添加此扩展方法,防止与祖先提供的默认滚动条重叠 -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toDiagnosticsNode(
{String? name, DiagnosticsTreeStyle? style}) → DiagnosticsNode -
Returns a debug representation of the object that is used by debugging
tools and by DiagnosticsNode.toStringDeep.
inherited
-
toString(
{DiagnosticLevel minLevel = DiagnosticLevel.info}) → String -
A string representation of this object.
inherited
-
toStringDeep(
{String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug, int wrapWidth = 65}) → String -
Returns a string representation of this node and its descendants.
inherited
-
toStringShallow(
{String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) → String -
Returns a one-line detailed description of the object.
inherited
-
toStringShort(
) → String -
A short, textual description of this widget.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited