weight property

int? weight
final

(optional) specifies the thickness of the path in pixels. If no weight parameter is set, the path will appear in its default thickness (5 pixels).

Implementation

final int? weight;