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