StatusItem.text constructor

const StatusItem.text(
  1. String text
)

Plain text item.

Implementation

const factory StatusItem.text(String text) = _TextStatusItem;