addLabel method

  1. @protected
void addLabel(
  1. ButtonState state
)

Implementation

@protected
void addLabel(ButtonState state) {
  labelAlignContainer.child = labelsMap[state] ?? defaultLabel;
}