Dart API Referencedart:htmlPreElement

PreElement Interface

This element represents preformatted text. Text within this element is typically displayed in a non-proportional font exactly as it is laid out in the file. Whitespaces inside this element are displayed as typed.

Extends

Element

Constructors

Code new PreElement() #

PreElement();

Fields

Code int width #

int width;

Code bool wrap #

bool wrap;

This page includes content from the Mozilla Foundation that is graciously licensed under a Creative Commons: Attribution-Sharealike license. Mozilla has no other association with Dart or dartlang.org. We encourage you to improve the web by contributing to The Mozilla Developer Network.