JustifyContent enum

Inheritance

Constructors

JustifyContent(String value)
const

Values

center → const JustifyContent
const JustifyContent('center')
start → const JustifyContent
const JustifyContent('start')
end → const JustifyContent
const JustifyContent('end')
left → const JustifyContent
const JustifyContent('left')
const JustifyContent('right')
normal → const JustifyContent
const JustifyContent('normal')
spaceBetween → const JustifyContent
const JustifyContent('space-between')
spaceAround → const JustifyContent
const JustifyContent('space-around')
spaceRvenly → const JustifyContent
const JustifyContent('space-evenly')
stretch → const JustifyContent
const JustifyContent('stretch')
inherit → const JustifyContent
const JustifyContent('inherit')
initial → const JustifyContent
const JustifyContent('initial')
revert → const JustifyContent
const JustifyContent('revert')
revertLayer → const JustifyContent
const JustifyContent('revert-layer')
unset → const JustifyContent
const JustifyContent('unset')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
The css value
final

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

Constants

values → const List<JustifyContent>
A constant List of the values in this enum, in order of their declaration.