ConnectorThemeData constructor

const ConnectorThemeData({
  1. Color? color,
  2. double? space,
  3. double? thickness,
  4. double? indent,
})

Creates a theme that can be used for ConnectorTheme or TimelineThemeData.connectorTheme.

Implementation

const ConnectorThemeData({
  this.color,
  this.space,
  this.thickness,
  this.indent,
});