backDismiss property

bool backDismiss
final

true(the back event will close the loading but not close the page), false(the back event not close the loading and not close page), you still can use the dismiss method to close the loading

true(返回事件将关闭loading,但是不会关闭页面),false(返回事件不会关闭loading,也不会关闭页面), 你仍然可以使用dismiss方法来关闭dialog

Implementation

final bool backDismiss;