ManyLikeButton class

Many Like Button

Inheritance

Constructors

ManyLikeButton({Key? key, Widget child = const Icon(Icons.favorite, color: Colors.red), Duration duration = const Duration(milliseconds: 2000), Curve curve = Curves.easeInOutCubic, Duration longTapDuration = const Duration(milliseconds: 250), PulseCallback? onLongPress, int tickCount = 20, Widget popChild = const Icon(Icons.favorite, color: Colors.red), bool tapCallbackOnlyOnce = true, PulseCallback? onTap, Duration tapDelay = const Duration(milliseconds: 2000), int extraLikeCount = 0})

Properties

child Widget
child
final
curve Curve
the Curve use in widget
final
duration Duration
动效显示时长
final
extraLikeCount int
每次点击额外的爱心
final
hashCode int
The hash code for this object.
no setterinherited
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
longTapDuration Duration
长按按钮 每个爱心发射的时间间隔
final
onLongPress PulseCallback?
长按按钮回调
final
onTap PulseCallback?
按钮点击回调
final
popChild Widget
弹出爱心组件 the pop child
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tapCallbackOnlyOnce bool
只在第一次响应按钮点击
final
tapDelay Duration
按钮点击延迟
final
tickCount int
长按时按钮 爱心发射回调次数
final

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() → _ManyLikeButtonState
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
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}) 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