BorderSide class

A side of a border of a box.

Constructors

BorderSide({Color color = Colors.black, double width = 1.0, BorderStyle style = BorderStyle.solid})
const

Properties

color Color
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style BorderStyle
final
width double
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toCss() String
Converts this border side to a CSS border value.
toString() String
A string representation of this object.
inherited

Operators

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

Constants

none → const BorderSide