GrxFloatingViewOptions constructor

GrxFloatingViewOptions({
  1. GrxPosition position = const GrxPosition(),
  2. GrxFloatingButtonOptions floatingButtonOptions = const GrxFloatingButtonOptions(),
  3. bool startWithFloatingViewOn = false,
  4. bool freeDrag = false,
  5. GrxFloatingViewStyle? style,
})

Implementation

GrxFloatingViewOptions({
  this.position = const GrxPosition(),
  this.floatingButtonOptions = const GrxFloatingButtonOptions(),
  this.startWithFloatingViewOn = false,
  this.freeDrag = false,
  final GrxFloatingViewStyle? style,
}) : style = style ?? GrxFloatingViewStyle();