TButtonPressOptions constructor
TButtonPressOptions({
- required VoidCallback stopLoading,
Creates button press options.
Implementation
TButtonPressOptions({required this.stopLoading});