isPending property

bool isPending
final

Whether the button is currently in a pending (loading) state.

When true the button shows pendingChild (or a default spinner) and pointer events are ignored. Ignored when autoPending is true.

Implementation

final bool isPending;