build method

  1. @override
Widget build(
  1. BuildContext context
)
override

Build the widget.

Implementation

@override
Widget build(final BuildContext context) => IconButton(
      onPressed: onPressed,
      icon: saveIcon,
      iconSize: 32.0,
      tooltip: tooltip,
    );