sheet top-level property
read / write
An AbstractStyleSheet which will be used to manipulate CSS styles across the library.
You can change this to your liking.
Implementation
AbstractStyleSheet sheet =
isServer ? new ServerStyleSheet() : new BrowserStyleSheet()