VectorPathCommandExtensions extension
Methods
-
map<
TResult extends Object?> ({required TResult cubicBezierCurve(VectorPathCommandCubicBezierCurve value), required TResult line(VectorPathCommandLine value)}) → TResult -
Available on VectorPathCommand, provided by the VectorPathCommandExtensions extension
-
maybeMap<
TResult extends Object?> ({TResult cubicBezierCurve(VectorPathCommandCubicBezierCurve value)?, TResult line(VectorPathCommandLine value)?, required TResult orElse()}) → TResult -
Available on VectorPathCommand, provided by the VectorPathCommandExtensions extension