nonrotatedSize property

  1. @Deprecated('Prefer `nonRotatedSize`. ' 'This getter has been changed to fix the capitalization. ' 'This getter is deprecated since v6.')
Point<double> nonrotatedSize

Implementation

@Deprecated(
  'Prefer `nonRotatedSize`. '
  'This getter has been changed to fix the capitalization. '
  'This getter is deprecated since v6.',
)
Point<double> get nonrotatedSize => nonRotatedSize;