EmptySelectItem class

An empty select item delegate that renders no items.

Inheritance

Constructors

EmptySelectItem()
Creates an empty select item.
const

Properties

estimatedChildCount int
Estimated number of children in this delegate.
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build(BuildContext context, int index) Widget?
Builds a widget for the item at the given index.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
shouldRebuild(covariant EmptySelectItem oldDelegate) bool
Determines if the widget should rebuild when value changes.
override
toString() String
A string representation of this object.
inherited

Operators

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