Visibility class

Enum for browser visibility options.

Implemented types

Constructors

Visibility.fromBoolean(bool visible)
factory

Properties

displayName String
The enum name of the instance.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

apply(SetPropertyFn setProperty) → void
Applies this enum using setProperty.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

Hidden → const Visibility
Equivalent to "visibility: hidden". Renders, but not visible to user.
None → const Visibility
Equivalent to "display: none". Does not render.
Visible → const Visibility
Equivalent to "display: inherit". Renders in most cases.