SimpleButton class

Inheritance
Available Extensions

Constructors

SimpleButton({Key? key, String text = 'Button', bool isElastic = false, bool addInkWell = false, TextOverflow overflow = TextOverflow.ellipsis, TextStyle? textStyle, bool visible = true, BoxConstraints? constraints, GestureTapCallback? onTap, String? heroTag, EdgeInsetsGeometry? padding, EdgeInsetsGeometry? margin, Color? color, double? width, double? height, Decoration? decoration, AlignmentGeometry? alignment, int? maxLines, Widget? child, bool withOpacity = false, bool useCache = true, double scaleCoefficient = 0.95, Color? focusColor, Color? hoverColor, Color? highlightColor, Color? splashColor, BorderRadius borderRadius = BorderRadius.zero})
const

Properties

addInkWell bool
是否添加水波纹效果
final
alignment AlignmentGeometry?
final
borderRadius BorderRadius
final
child Widget?
final
color Color?
final
constraints BoxConstraints?
final
decoration Decoration?
final
focusColor Color?
获取焦点颜色 addInkWell = true
final
hashCode int
The hash code for this object.
no setterinherited
height double?
final
heroTag String?
final
highlightColor Color?
点击时的颜色 addInkWell = true
final
hoverColor Color?
指针悬停时颜色 addInkWell = true
final
isElastic bool
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
margin EdgeInsetsGeometry?
final
maxLines int?
final
onTap GestureTapCallback?
final
overflow TextOverflow
final
padding EdgeInsetsGeometry?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scaleCoefficient double
final
splashColor Color?
水波纹颜色 addInkWell = true
final
text String
final
textStyle TextStyle?
final
useCache bool
final
visible bool
final
width double?
final
withOpacity bool
final

Methods

build(BuildContext context) Widget
Describes the part of the user interface represented by this widget.
override
createElement() StatelessElement
Creates a StatelessElement to manage this widget's location in the tree.
inherited
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
universal(Widget current, {GestureTapCallback? onTap}) Widget

Operators

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