min_scale property

  1. @Deprecated("min_scale is deprecated to conform with flutter_lints, use minScale instead")
double min_scale

Implementation

@Deprecated(
    "min_scale is deprecated to conform with flutter_lints, use minScale instead")
// ignore: non_constant_identifier_names
double get min_scale => minScale;