ProgressiveButton constructor

const ProgressiveButton(LoadingState loadingState, IconData pendingIcon, String pendingText, HandlerFunction handler)

Implementation

const ProgressiveButton(
    this.loadingState, this.pendingIcon, this.pendingText, this.handler);