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