BorderSide class

A side of a border of a box.

Constructors

BorderSide({PdfColor color = PdfColors.black, double width = 1.0, BorderStyle style = BorderStyle.solid})
Creates the side of a border.
const

Properties

color PdfColor
The color of this side of the border.
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
The style of this side of the border.
final
width double
The width of this side of the border.
final

Methods

copyWith({PdfColor? color, double? width, BorderStyle? style}) BorderSide
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.
override

Constants

none → const BorderSide
A hairline black border that is not rendered.