StatusBar constructor
StatusBar({
- required AffogatoAPI api,
Implementation
StatusBar({
required this.api,
}) : super(
key: ValueKey(
'${api.workspace.workspaceConfigs.stylingConfigs.hashCode}${api.workspace.workspaceConfigs.hashCode}'));