getBindingProperty method

  1. @override
dynamic getBindingProperty(
  1. String propertyName
)

Implementation

@override
getBindingProperty(String propertyName) {
  switch (propertyName) {
    case SRC: return src;
    case WIDTH: return width;
    case HEIGHT: return height;
  }
}