StrokesConfig class

Constructors

StrokesConfig({Color color = const Color(0x00000000), double width = 1.0, bool inner = false, bool outer = false})
const

Properties

color Color
The color of strokes.
final
effective bool
no setter
hashCode int
The hash code for this object.
no setterinherited
inner bool
Whether to draw strokes between segments.
final
outer bool
Whether to draw the stroke around the group.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width double
The thickness of strokes.
final

Methods

copyWith({Color? color, double? width, bool? inner, bool? outer}) StrokesConfig
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