build method

String build()

Builds the html page used when ONLY ON WEB, when the page is loading

Implementation

String build() {
  return '''
<html>
<head>
  <style>
    $style
  </style>
</head>
<body>
  <div class="$loaderClassName"></div>
</body>
</html>
  ''';
}