fromMatrix method - DomMatrix class - dart:html library (original) (raw)
fromMatrix static method
DomMatrix fromMatrix([
- Map? other ])
override
Implementation
static DomMatrix fromMatrix([Map? other]) {
if (other != null) {
var other_1 = convertDartToNative_Dictionary(other);
return _fromMatrix_1(other_1);
}
return _fromMatrix_2();
}