postFAB function

FloatingActionButton postFAB(
  1. BuildContext context
)

Implementation

FloatingActionButton postFAB(BuildContext context) {
  return fab(context, Post.screen.route, Icons.edit);
}