void fullFillInlineStyle(Map<String, String> inlineStyle) { inlineStyle.forEach((key, value) { _webFElement!.setInlineStyle(key, value); }); }