StatusBar constructor

StatusBar({
  1. required AffogatoAPI api,
})

Implementation

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