busy

abstract var busy: Boolean(source)

Determines if the UI should show a progress indicator. Defaults to false.

Change this to true, for example, while loading more data or validating user input.

Online Documentation