isPending property
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;