Documentation Index
Fetch the complete documentation index at: https://mintlify.com/QmDeve/QmBlurView-Docs/llms.txt
Use this file to discover all available pages before exploring further.
BlurFloatingButtonView is a drop-in floating action button (FAB) replacement that renders a real-time Gaussian blur behind the button surface, producing a frosted-glass aesthetic. It is ideal wherever you would reach for a standard FloatingActionButton but want the button to feel visually integrated with the content beneath it — dashboards, media players, maps, or any layered UI. All visual properties (icon, size, position, overlay color, corner radius) are configurable entirely in code, making it straightforward to adapt at runtime.
Usage
API Reference
| Method | Description |
|---|---|
setOnClickListener | Set click listener |
setOnLongPressListener | Set long press listener |
setPosition | Set button position |
setIcon | Set button icon |
setIconTint | Set icon tint |
setIconSize | Set icon size |
setButtonSize | Set button size |
setOverlayColor | Set overlay color |
setCornerRadius | Set button corner radius |