GrxFloatingViewService constructor

GrxFloatingViewService({
  1. required BuildContext context,
  2. GrxFloatingViewOptions? options,
})

Implementation

GrxFloatingViewService({
  required final BuildContext context,
  final GrxFloatingViewOptions? options,
}) : _handler = GrxFloatingViewHandler(
        context,
        options ?? GrxFloatingViewOptions(),
      );