FPopoverHideRegion enum

The regions that can be tapped to hide a popover.

Inheritance
Available extensions

Values

anywhere → const FPopoverHideRegion

Tapping anywhere outside the popover (including the child widget) will hide the popover.

Use this when the child does not toggle the popover itself, such as when the child is a static element or label.

excludeChild → const FPopoverHideRegion

The entire screen, excluding the child and popover.

Use this when the child toggles the popover, such as when the child is a button or interactive element.

none → const FPopoverHideRegion

Disables tapping outside of the popover to hide it.

Use this when you want the popover to only be dismissed programmatically, such as via a close button inside the popover or a controller.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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

Constants

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