build method
Build the widget.
Implementation
@override
Widget build(final BuildContext context) => FloatingActionButton(
onPressed: onPressed,
tooltip: tooltip,
child: addIcon,
);
Build the widget.
@override
Widget build(final BuildContext context) => FloatingActionButton(
onPressed: onPressed,
tooltip: tooltip,
child: addIcon,
);