height property

  1. @Deprecated('Use Tooltip.constraints instead. ' 'This feature was deprecated after v3.30.0-0.1.pre.')
double? height
final

The minimum height of the Tooltip's message.

Implementation

@Deprecated(
  'Use Tooltip.constraints instead. '
  'This feature was deprecated after v3.30.0-0.1.pre.',
)
final double? height;