SaveButton constructor
const
SaveButton({
- required VoidCallback onPressed,
- String tooltip = 'Save',
- Key? key,
Create an instance.
Implementation
const SaveButton({
required this.onPressed,
this.tooltip = 'Save',
super.key,
});