TWBorderWidth class
Constructors
- TWBorderWidth({required TWBorderWidthValue? value})
- TWBorderWidth.all({required TWBorderWidthValue? value})
- TWBorderWidth.inline({TWBorderWidthValue? inlineEnd, TWBorderWidthValue? inlineStart})
- TWBorderWidth.ltrb(TWBorderWidthValue? left, TWBorderWidthValue? top, TWBorderWidthValue? right, TWBorderWidthValue? bottom)
- TWBorderWidth.only({TWBorderWidthValue? left, TWBorderWidthValue? top, TWBorderWidthValue? right, TWBorderWidthValue? bottom})
- TWBorderWidth.symmetric({TWBorderWidthValue? x, TWBorderWidthValue? y})
Properties
- bottom ↔ TWBorderWidthValue?
-
latefinal
- hashCode → int
-
The hash code for this object.
no setterinherited
- inlineEnd ↔ TWBorderWidthValue?
-
latefinal
- inlineStart ↔ TWBorderWidthValue?
-
latefinal
- left ↔ TWBorderWidthValue?
-
latefinal
- right ↔ TWBorderWidthValue?
-
latefinal
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- top ↔ TWBorderWidthValue?
-
latefinal
- value ↔ TWBorderWidthValue?
-
latefinal
- x ↔ TWBorderWidthValue?
-
latefinal
- y ↔ TWBorderWidthValue?
-
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