timer_button library

Classes

TimerButton
A button that starts a timer and disables itself until the timer is done.
TimerButtonChild

Enums

ButtonType

Mixins

SafeStateMixin<T extends StatefulWidget>
A mixin that provides safe state updates for StatefulWidget classes.

Constants

aSec → const int
labelSplitter → const String

Typedefs

TimerButtonBuilder = Widget Function(BuildContext context, int seconds)
Type definition for TimerButton builder.