StatusBarItem$Typings extension

on

Properties

accessibilityInformation AccessibilityInformation?
Accessibility information used when a screen reader interacts with this StatusBar item
getter/setter pair
alignment StatusBarAlignment
The alignment of this item.
no setter
backgroundColor ThemeColor?
The background color for this entry.
getter/setter pair
color ↔ dynamic
The foreground color for this entry.
getter/setter pair
command ↔ dynamic
{@linkcode Command} or identifier of a command to run on click.
getter/setter pair
dispose ↔ void Function()
getter/setter pair
hide ↔ void Function()
getter/setter pair
id String
The identifier of this item.
no setter
name String?
The name of the entry, like 'Python Language Indicator', 'Git Status' etc. Try to keep the length of the name short, yet descriptive enough that users can understand what the status bar item is about.
getter/setter pair
priority num?
The priority of this item. Higher value means the item should be shown more to the left.
no setter
show ↔ void Function()
getter/setter pair
text String
The text to show for the entry. You can embed icons in the text by leveraging the syntax:
getter/setter pair
tooltip ↔ dynamic
The tooltip text when you hover over this entry.
getter/setter pair