thickness property

  1. @override
double? thickness
final

The thickness of the line drawn within the connector.

If this is null, then the ConnectorThemeData.thickness is used which defaults to 2.0.

Implementation

@override
final double? thickness;