OutlineWidth class abstract
The CSS outline-width property sets the thickness of an element's outline.
An outline is a line that is drawn around an element, outside the border.
Read more: MDN outline-width
Constructors
- OutlineWidth(Unit unit)
-
Create an outline width from the given unit.
constfactory
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
Constants
- inherit → const OutlineWidth
- initial → const OutlineWidth
- medium → const OutlineWidth
- Depends on the user agent. Typically equivalent to 3px in desktop browsers.
- revert → const OutlineWidth
- revertLayer → const OutlineWidth
- thick → const OutlineWidth
- Depends on the user agent. Typically equivalent to 5px in desktop browsers.
- thin → const OutlineWidth
- Depends on the user agent. Typically equivalent to 1px in desktop browsers.
- unset → const OutlineWidth