length property

String? length
final

Length of the connector line.

Defaults to null

Widget build(BuildContext context) {
   return Container(
       child: SfCartesianChart(
          dataLabelSettings: DataLabelSettings(
           connectorLineSettings: ConnectorLineSettings(
           length: '8%
          )
         )
       ));
}

Implementation

final String? length;