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
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