css abstract method

dynamic css(
  1. String name, [
  2. String value
])

Get the style property value of the given name on the first element

  • in this collection if any, or set the value on all the elements in
  • this collection.
    • if value is provided, set the value; otherwise read the value.

Implementation

css(String name, [String value]);