labelProperty property

Property<String> labelProperty

Implementation

Property<String> get labelProperty => properties[labelPropertyName] as Property<String>;
void labelProperty=(Property<String> value)

Implementation

set labelProperty(Property<String> value) =>
    registerProperty(labelPropertyName, value);