StrokeNodePatch constructor
const
StrokeNodePatch({
- required NodeId id,
- CommonNodePatch? common,
- PatchField<
List< points = const PatchField<List<Offset>>.absent(),Offset> > - PatchField<
double> thickness = const PatchField<double>.absent(), - PatchField<
Color> color = const PatchField<Color>.absent(),
Implementation
const StrokeNodePatch({
required super.id,
super.common,
this.points = const PatchField<List<Offset>>.absent(),
this.thickness = const PatchField<double>.absent(),
this.color = const PatchField<Color>.absent(),
});