widgets/button library

Classes

AuthButton<T extends Auth<AuthKeys>>
A stateful widget that wires an AuthButtonType to a builder-pattern UI.

Typedefs

AuthButtonBuilder = Widget Function(BuildContext context, VoidCallback? callback)
Callback signature for the button builder.