operator * method
- @override
override
Scales the AlignmentDirectional in each dimension by the given factor.
Implementation
@override
AlignmentDirectional operator *(double other) {
return AlignmentDirectional(start * other, y * other);
}
Scales the AlignmentDirectional in each dimension by the given factor.
@override
AlignmentDirectional operator *(double other) {
return AlignmentDirectional(start * other, y * other);
}