webContentPrefix constant
String
const webContentPrefix
Implementation
static const String webContentPrefix =
r"""<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style>
p{font-size:45pt;font-weight:normal;color: #949098;line-height:120%; margin:0px 0 }
span{font-size:45pt;}
* {
margin: 0px;
padding: 0px;
border: 0px
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav,
section {
margin: 0;
padding: 0;
background:{{webBackgroundColor}};
}
</style>
</head>
<body>
<table id="webContent" style="width:100%;height: min-content;overflow:hidden;border:none"><tr><td style="vertical-align:middle;">
<span style="color:#949098">""";