DragFeedbacks class

拖拽反馈样式预设

提供常用的拖拽时显示样式,让拖拽操作更加直观

Constructors

DragFeedbacks()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

highlight<T>(Widget nodeBuilder(TreeNode<T>)) Widget Function(TreeNode<T> node)
高亮边框样式
shadow<T>(Widget nodeBuilder(TreeNode<T>)) Widget Function(TreeNode<T> node)
简单阴影样式