Outline class

Class Outline mode The type of outline effect. Use the constants defined in the Outline class. (Default: OutlineMode.inner() and OutlineMode.outer()). width The thickness of the outline in pixels. (Range: 1 to 100, Server default: 5) blurLevel The level of blur of the outline. (Range: 0 to 2000, Server default: 0)

Inheritance

Constructors

Outline({dynamic mode, Color? color, int? width, int? blurLevel})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

blurLevel(int blurLevel) Outline
color(Color color) Outline
colorWithString(String color) Outline
mode(dynamic mode) Outline
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override
width(int width) Outline

Operators

operator ==(Object other) bool
The equality operator.
inherited