resolveValue abstract method

dynamic resolveValue(
  1. String property,
  2. String present
)

Resolve the style value.

Implementation

dynamic resolveValue(String property, String present);