BrnSmallOutlineButton class

边框 小、次按钮,小灰框,默认按钮确认,支持自定义边框、文字颜色 小的边框按钮 该按钮有一个最小的宽度84,在此基础上,宽度随着文本内容的多少变更

按钮是圆角矩形的形状,只支持设置圆角大小radius,不支持改变形状。

按钮也存在可用和不可用两种状态,isEnable如果设置为false,那么按钮呈现灰色态,点击事件不响应

其他按钮如下:

Inheritance
Available Extensions

Constructors

BrnSmallOutlineButton({Key? key, String? title, VoidCallback? onTap, bool isEnable = true, Color? lineColor, Color? textColor, double? radius, double? width, double fontSize = 14, FontWeight fontWeight = FontWeight.w600, BrnButtonConfig? themeData})
传入属性优先级最高,未传入的走默认配置,更多请看BrnSmallSecondaryOutlineButtonConfig.defaultConfig
const

Properties

fontSize double
字体大小
final
fontWeight FontWeight
字体weigh
final
hashCode int
The hash code for this object.
no setterinherited
isEnable bool
是否可用,默认为true。false为不可用:置灰、不可点击。
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
lineColor Color?
边框的颜色,边框颜色,
final
onTap VoidCallback?
点击的回调
final
radius double?
圆角
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textColor Color?
文字颜色
final
themeData BrnButtonConfig?
配置样式
final
title String?
按钮显示文案,默认'确认
final
width double?
宽度
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

Operators

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