SaveButton constructor
const
SaveButton({
- Key? key,
- required void onPressed()?,
Creates a SaveButton.
Implementation
const SaveButton({
Key? key,
required this.onPressed,
}) : super(key: key);