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