SeniorBadgeBase class

Inheritance

Constructors

SeniorBadgeBase({Key? key, required bool selected, required Color backgroundColor, required Color fontColor, required String label, SeniorBadgeShape shape = SeniorBadgeShape.chip, bool outlined = false, dynamic value, dynamic onSelect(dynamic)?, bool disabled = false, Color? disabledBackgroundColor, Color? disabledFontColor, int? count, Color? selectedBackgroundColor, Color? selectedFontColor, Color? selectedIconColor, IconData? icon, Color? iconColor, Color? disabledIconColor, SeniorBadgeIconPosition? iconPosition = SeniorBadgeIconPosition.left, Color counterColor = SeniorColors.grayscale80, Color couterBackgroundColor = SeniorColors.grayscale30})
const

Properties

backgroundColor Color
final
count int?
final
counterColor Color
final
couterBackgroundColor Color
final
disabled bool
final
disabledBackgroundColor Color?
final
disabledFontColor Color?
final
disabledIconColor Color?
final
fontColor Color
final
hashCode int
The hash code for this object.
no setterinherited
icon IconData?
final
iconColor Color?
final
iconPosition SeniorBadgeIconPosition?
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
label String
final
onSelect → (dynamic Function(dynamic)?)
final
outlined bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selected bool
final
selectedBackgroundColor Color?
final
selectedFontColor Color?
final
selectedIconColor Color?
final
shape SeniorBadgeShape
final
value → dynamic
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