StatusItem.text constructor
const
StatusItem.text(
- String text
Plain text item.
Implementation
const factory StatusItem.text(String text) = _TextStatusItem;
Plain text item.
const factory StatusItem.text(String text) = _TextStatusItem;