setBottomLabel method

void setBottomLabel(
  1. String text
)

Implementation

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