allowVerticalScale property

  1. @Deprecated('Not supported. Member documentation may have more information.')
bool? allowVerticalScale
getter/setter pair

Set to true to allow the vertical scaling.

Defaults to false which disallows vertical scaling. This field is deprecated.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.bool? allowVerticalScale;