space property

  1. @override
double? space
final

The connector's cross axis size extent.

The connector itself is always drawn as a line that is centered within the size specified by this value. If this is null, then the ConnectorThemeData.space is used. If that is also null, then this defaults to double.infinity.

Implementation

@override
final double? space;