Outline class abstract
Represents the CSS outline property.
Outlines are drawn outside the border edge and do not take up space in the layout.
Read more: MDN outline
Constructors
- Outline({Color? color, OutlineStyle? style, OutlineWidth? width, Unit? offset})
-
Create an outline with the given color, style, width, and offset.
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