fromValue method

  1. @DomName('LengthValue.fromValue')
  2. @DocsEditable()
  3. @Experimental()
LengthValue fromValue(num value, String type)

Source

@DomName('LengthValue.fromValue')
@DocsEditable()
@Experimental() // untriaged
static LengthValue fromValue(num value, String type) =>
    _blink.BlinkLengthValue.instance.fromValue_Callback_2_(value, type);

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/LengthValue/fromValue.html