CssBorderSide class

A side of a border of a box.

Annotations

Constructors

CssBorderSide({Color? color, TextDecorationStyle? style, CssLength? width})
Creates the side of a border.
const

Properties

color Color?
The color of this side of the border.
final
hashCode int
The hash code for this object.
no setterinherited
isNoOp bool
Returns true if either style or width is invalid.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style TextDecorationStyle?
The style of this side of the border.
final
width CssLength?
The width of this side of the border.
final

Methods

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

Operators

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

Constants

none → const CssBorderSide
A border that is not rendered.