floatwing method

Widget floatwing({
  1. bool debug = false,
  2. bool app = false,
})

Export floatwing extension function to inject for root widget

Implementation

Widget floatwing({
  bool debug = false,
  bool app = false,
}) {
  return FloatwingContainer(child: this, debug: debug, app: app);
}