TButtonPressOptions constructor

TButtonPressOptions({
  1. required VoidCallback stopLoading,
})

Creates button press options.

Implementation

TButtonPressOptions({required this.stopLoading});