loading property

bool loading
final

Whether to show a loading indicator when onPressed is called.

When true, a loading indicator will be shown automatically when onPressed is triggered. Call options.stopLoading() to hide it. Defaults to false.

Implementation

final bool loading;