On this page
CssTransformValue constructor
- [List<
CssTransformComponent>? transformComponents]
Implementation
factory CssTransformValue(
[List<CssTransformComponent>? transformComponents]) {
if (transformComponents == null) {
return CssTransformValue._create_1();
}
if ((transformComponents is List<CssTransformComponent>)) {
return CssTransformValue._create_2(transformComponents);
}
throw new ArgumentError("Incorrect number or type of arguments");
}
© 2012 the Dart project authors
Licensed under the BSD 3-Clause "New" or "Revised" License.
https://api.dart.dev/stable/2.18.5/dart-html/CssTransformValue/CssTransformValue.html