Flutter
dart:ui
RSTransform
scos property
scos
RSTransform class
Constructors
RSTransform
fromComponents
Properties
scos
ssin
tx
ty
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
scos property
double
scos
The cosine of the rotation multiplied by the scale factor.
Implementation
double get scos => _value[0];