Border class

Constructors

Border(List<String> parts)
const
Border.all({CssUnit width = const Px(1), BorderStyle style = BorderStyle.solid, CssColor color = const NamedColor(name: CssNamedColor.black)})
factory
Border.globalValue(CssGlobalValue value)
factory
Border.style(BorderStyle style)
factory
Border.styleColor({BorderStyle style = BorderStyle.solid, CssColor color = const NamedColor(name: CssNamedColor.black)})
factory
Border.withStyle({CssUnit width = const Px(1), BorderStyle style = BorderStyle.solid})
factory

Properties

css String
no setter
hashCode int
The hash code for this object.
no setterinherited
parts List<String>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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