getEffectiveEndIndent method

double getEffectiveEndIndent(
  1. BuildContext context
)

Implementation

double getEffectiveEndIndent(BuildContext context) {
  return endIndent ?? ConnectorTheme.of(context).indent ?? 0.0;
}