build method
Build the widget.
Implementation
@override
Widget build(final BuildContext context) => IconButton(
onPressed: onPressed,
icon: saveIcon,
iconSize: 32.0,
tooltip: tooltip,
);
Build the widget.
@override
Widget build(final BuildContext context) => IconButton(
onPressed: onPressed,
icon: saveIcon,
iconSize: 32.0,
tooltip: tooltip,
);