updateBottomLabel method

void updateBottomLabel(
  1. String text
)

Implementation

void updateBottomLabel(String text) => bottomLabelState.emitVal(text);