statusBar static method

String statusBar()

Build the CSS to hide the status bar

Implementation

static String statusBar() => elementCss(
      selector: '.note-statusbar',
      properties: {'display': 'none'},
    );