size property

double size
final

The size of Switcher.

The default value is 24.0. The minimal size value must be greater than or equal to 16.0.

Example of usage:

Switcher(
  size: 32.0, // Must be greater than or equal to 16.0
  // other properties
);

Implementation

final double size;