BorderSide class

Constructors

BorderSide({BorderStyle? style, Color? color, Unit? width})
const
BorderSide.dashed({Color? color, Unit? width})
const
BorderSide.dotted({Color? color, Unit? width})
const
BorderSide.double({Color? color, Unit? width})
const
BorderSide.groove({Color? color, Unit? width})
const
BorderSide.none()
const
BorderSide.ridge({Color? color, Unit? width})
const
BorderSide.solid({Color? color, Unit? width})
const

Properties

color Color?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style BorderStyle?
final
width Unit?
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