SlideActionDelegate class abstract

A delegate that supplies slide actions.

It's uncommon to subclass SlideActionDelegate. Instead, consider using one of the existing subclasses that provide adaptors to builder callbacks or explicit action lists.

See also:

Implementers

Constructors

SlideActionDelegate()
Abstract const constructor. This constructor enables subclasses to provide const constructors so that they can be used in const expressions.
const

Properties

actionCount int
Returns the number of actions this delegate will build.
no setter
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, Animation<double>? animation, SlidableRenderingMode step) Widget
Returns the child with the given index.
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