defaultLabel property

PositionComponent? defaultLabel

Implementation

PositionComponent? get defaultLabel => labelsMap[ButtonState.up];
void defaultLabel=(PositionComponent? value)

Implementation

set defaultLabel(PositionComponent? value) {
  labelsMap[ButtonState.up] = value;
  updateLabel();
}