strokeLinejoin property

  1. @override
String? strokeLinejoin

Implementation

@override
String? get strokeLinejoin =>
    (props[_$key__strokeLinejoin___$SvgPropsMixin] ?? null) as String?;
  1. @override
void strokeLinejoin=(String? value)

Implementation

@override
set strokeLinejoin(String? value) =>
    props[_$key__strokeLinejoin___$SvgPropsMixin] = value;