height property

double? height
final

Limit the width or height of this NeuToggle, excluding any margin, in logical pixels.

Any defined insets and padding will fit within this range. Outside of the dimensions defined by these optional fields lies any EdgeInsets from margin.

Implementation

final double? width, height;