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