Outline class
The outline of a PageElement.
If these fields are unset, they may be inherited from a parent placeholder if it exists. If there is no parent, the fields will default to the value used for new page elements created in the Slides editor, which may depend on the page element kind.
Constructors
- Outline({String? dashStyle, OutlineFill? outlineFill, String? propertyState, Dimension? weight})
- Outline.fromJson(Map json_)
Properties
- dashStyle ↔ String?
-
The dash style of the outline.
Possible string values are:
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- outlineFill ↔ OutlineFill?
-
The fill of the outline.
getter/setter pair
- propertyState ↔ String?
-
The outline property state.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- weight ↔ Dimension?
-
The thickness of the outline.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited