Display enum
Equivalent to CSS display
(https://www.w3.org/TR/css-display-3/#the-display-properties)
Values
- none → const Display
-
Equivalent to css
display: none; - contents → const Display
-
Equivalent to css
display: contents;Not supported by flutter_html
- block → const Display
-
Equivalent to css
display: block; - flowRoot → const Display
-
Equivalent to css
display: flow-root;Not supported by flutter_html
- inline → const Display
-
Equivalent to css
display: inline; - inlineBlock → const Display
-
Equivalent to css
display: inline-block; - runIn → const Display
-
Equivalent to css
display: run-in;Not supported by flutter_html
- listItem → const Display
-
Equivalent to css
display: list-item; - inlineListItem → const Display
-
Equivalent to css
display: inline list-item; - flex → const Display
-
Equivalent to css
display: flex;Not supported by flutter_html
- inlineFlex → const Display
-
Equivalent to css
display: inline-flex;Not supported by flutter_html
- grid → const Display
-
Equivalent to css
display: grid;Not supported by flutter_html
- inlineGrid → const Display
-
Equivalent to css
display: inline-grid;Not supported by flutter_html
- ruby → const Display
-
Equivalent to css
display: ruby; - blockRuby → const Display
-
Equivalent to css
display: block ruby; - table → const Display
-
Equivalent to css
display: table; - inlineTable → const Display
-
Equivalent to css
display: inline-table; - tableRowGroup → const Display
-
Equivalent to css
display: table-row-group; - tableHeaderGroup → const Display
-
Equivalent to css
display: table-header-group; -
Equivalent to css
display: table-footer-group; - tableRow → const Display
-
Equivalent to css
display: table-row; - tableCell → const Display
-
Equivalent to css
display: table-cell; - tableColumnGroup → const Display
-
Equivalent to css
display: table-column-group; - tableColumn → const Display
-
Equivalent to css
display: table-column; - tableCaption → const Display
-
Equivalent to css
display: table-caption; - rubyBase → const Display
-
Equivalent to css
display: ruby-base; - rubyText → const Display
-
Equivalent to css
display: ruby-text; - rubyBaseContainer → const Display
-
Equivalent to css
display: ruby-base-container; - rubyTextContainer → const Display
-
Equivalent to css
display: ruby-text-container;
Properties
- displayBox → DisplayBox?
-
final
- displayInside → DisplayInside?
-
final
- displayInternal → DisplayInternal?
-
final
- displayListItem → bool
-
final
- displayOutside → DisplayOutside?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- isBlock → bool
-
Evaluates to
trueifdisplayOutsideis equal toDisplayOutside.block.no setter - name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited