height property

double height
final

The height for TypeSelector.

The default value is 50.0.

Example of usage:

TypeSelector(
  height: 35.0,
  // other properties
);

Implementation

final double height;