separatorWidth property

double separatorWidth
final

The separator width for options.

The default value is 2.0.

Example of usage:

TypeSelector(
  separatorWidth: 5.0,
  // other properties
);

Implementation

final double separatorWidth;