build method

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

Build the widget.

Implementation

@override
Widget build(final BuildContext context) => FloatingActionButton(
      onPressed: onPressed,
      tooltip: tooltip,
      child: addIcon,
    );