TWBorderColor class

Constructors

TWBorderColor.all({required TWColor? color})
TWBorderColor.inline({TWColor? inlineEnd, TWColor? inlineStart})
TWBorderColor.ltrb(TWColor? left, TWColor? top, TWColor? right, TWColor? bottom)
TWBorderColor.only({TWColor? left, TWColor? top, TWColor? right, TWColor? bottom})
TWBorderColor.symmetric({TWColor? x, TWColor? y})

Properties

bottom TWColor?
latefinal
color TWColor?
latefinal
hashCode int
The hash code for this object.
no setterinherited
inlineEnd TWColor?
latefinal
inlineStart TWColor?
latefinal
left TWColor?
latefinal
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
top TWColor?
latefinal
x TWColor?
latefinal
y TWColor?
latefinal

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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