AnimatedButton class

可关注公众号:我的大前端生涯 获取最新技术分享 可关注网易云课堂:https://study.163.com/instructor/1021406098.htm 可关注博客:https://blog.csdn.net/zl18603543572 头条|西瓜视频: https://www.toutiao.com/c/user/token/MS4wLjABAAAAYMrKikomuQJ4d-cPaeBqtAK2cQY697Pv9xIyyDhtwIM/

lib/demo/animated_button.dart 切换样式的按钮

Inheritance

Constructors

AnimatedButton({double? height, double? width, String? buttonText, Color textNormalCcolor = const Color(0xffff62b2), Color borderNormalColor = const Color(0xffff62b2), Color backgroundNormalColor = Colors.white, Color textSelectCcolor = Colors.white, Color borderSelectColor = const Color(0xffff62b2), Color backgroundSelectColor = const Color(0xffff62b2), double borderRaidus = 5.0, Function? clickCallback})

Properties

backgroundNormalColor Color
final
backgroundSelectColor Color
final
borderNormalColor Color
默认时显示的颜色
final
borderRaidus double
圆角的大小
final
borderSelectColor Color
按下时的颜色
final
buttonText String?
按钮上显示的颜色
final
clickCallback Function?
按钮点击事件回调
final
hashCode int
The hash code for this object.
no setterinherited
height double?
按钮的宽度与高度
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textNormalCcolor Color
final
textSelectCcolor Color
final
width double?
final

Methods

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