GTFBadge class

Inheritance

Constructors

GTFBadge({Key? key, int badgeNumber = 0, int maxNumber = 99, bool showRedDot = false, double badgeHeight = 18, double redDotHeight = 12, Color badgeColor = GTFColor.red, Color badgeTextColor = GTFColor.white, double badgeTextFontSize = 12, double badgeBorderWidth = 1, GTFBadgePosition? badgePosition, GTFBadgeMaxStyle badgeMaxStyle = GTFBadgeMaxStyle.number, required Widget child})
const

Properties

badgeBorderWidth double
badgeBorderWidth:边框线宽度
final
badgeColor Color
badgeColor:角标颜色
final
badgeHeight double
badgeHeight:角标高度
final
badgeMaxStyle GTFBadgeMaxStyle
maxStyle:超过最大值样式
final
badgeNumber int
badgeNumber:角标数字
final
badgePosition GTFBadgePosition?
badgePosition:徽标位置
final
badgeTextColor Color
badgeTextColor:角标数字颜色
final
badgeTextFontSize double
badgeTextFontSize:角标字号
final
child Widget
child:添加角标的组件
final
hashCode int
The hash code for this object.
no setterinherited
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
maxNumber int
maxNumber:显示的最大数
final
redDotHeight double
redDotHeight:小高度
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showRedDot bool
showRedDot:显示小红点
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
getBadge() Widget
getBadgeText() String
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