ZeroChipOutlinedStyle class

A style for widget ZeroChipOutlined

Mixed-in types

Constructors

ZeroChipOutlinedStyle.new({Color? borderColor, TextStyle? textStyle, Color? iconColor})
const

Properties

borderColor Color?
Border side color
final
hashCode int
The hash code for this object.
no setterinherited
iconColor Color?
Icon cancel color
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textStyle TextStyle?
Text style for label/content of ZeroChipOutlined
final

Methods

copyWith({Color? borderColor, TextStyle? textStyle, Color? iconColor}) ZeroChipOutlinedStyle
copyWith is a function that returns a new instance of the current class with the given parameters
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
override
merge(ZeroChipOutlinedStyle? other) ZeroChipOutlinedStyle
If the other style is null, return this style. Otherwise, return a new style that is a copy of this style with the other style's properties merged in
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
toStringShort() String
A brief description of this object, usually just the runtimeType and the hashCode.
inherited

Operators

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

Static Methods

fallback({Color? borderColor, TextStyle? textStyle, Color? iconColor}) ZeroChipOutlinedStyle
Get default value style of ZeroChipOutlined
lerp(ZeroChipOutlinedStyle? a, ZeroChipOutlinedStyle? b, double t) ZeroChipOutlinedStyle
It takes two styles and a value between 0 and 1, and returns a style that is a mix of the two styles