Outline class Null safety

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. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

blurLevel(int blurLevel) Outline
color(Color color) Outline
colorWithString(String color) Outline
mode(dynamic mode) Outline
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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