SinglePresenterSelector class

A PresenterSelector that always returns the same Presenter. Useful for rows of items of the same type that are all rendered the same way.

Implemented types

Constructors

SinglePresenterSelector(Presenter _presenter)

Properties

hashCode int
The hash code for this object.
no setterinherited
presenters List<Presenter>
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getPresenter(dynamic item) Presenter
override
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