ActionButtonsSection constructor
const
ActionButtonsSection({
- required bool isLoading,
- required bool showError,
- required bool showEmpty,
- required VoidCallback onToggleLoading,
- required VoidCallback onToggleError,
- required VoidCallback onToggleEmpty,
- Key? key,
Creates an ActionButtonsSection.
Implementation
const ActionButtonsSection({
required this.isLoading,
required this.showError,
required this.showEmpty,
required this.onToggleLoading,
required this.onToggleError,
required this.onToggleEmpty,
super.key,
});