endIndent property

  1. @override
double? endIndent
final

The amount of empty space to the trailing edge of the connector.

If this is null, then the ConnectorThemeData.indent is used. If that is also null, then this defaults to 0.0.

Implementation

@override
final double? endIndent;