statusBar static method
Build the CSS to hide the status bar
Implementation
static String statusBar() => elementCss(
selector: '.note-statusbar',
properties: {'display': 'none'},
);
Build the CSS to hide the status bar
static String statusBar() => elementCss(
selector: '.note-statusbar',
properties: {'display': 'none'},
);