DrawConfig class

Properties

bowing double?
final
curveFitting double?
final
curveStepCount double?
final
curveTightness double?
final
hashCode int
The hash code for this object.
no setteroverride
maxRandomnessOffset double?
final
randomizer Randomizer?
final
roughness double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seed int?
final

Methods

copyWith({double? maxRandomnessOffset, double? roughness, double? bowing, double? curveFitting, double? curveTightness, double? curveStepCount, double? fillWeight, int? seed, bool? combineNestedSvgPaths, Randomizer? randomizer}) DrawConfig
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
offset(double min, double max, [double roughnessGain = 1]) double
offsetSymmetric(double x, [double roughnessGain = 1]) double
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

defaultValues DrawConfig
getter/setter pair

Static Methods

build({double? maxRandomnessOffset, double? roughness, double? bowing, double? curveFitting, double? curveTightness, double? curveStepCount, int? seed}) DrawConfig
Generates a DrawConfig