Allows the drawer to be opened by dragging the edge or the entire screen. Swipe right or left of display drawer with flowing effects. The menu can be positioned along two edges:left and right. Developed by TechHamara using Fast.
Telegram | GitHub
BuyMeaCoffee | YouTube
Find More Extension
Terms & Conditions
📦 Package: io.th.flowingmenu
💾 Size: 123.30 KB
⚙️ Version: 1.0
📱 Minimum API Level: 14
📅 Updated On: [date=2025-11-22 timezone="GMT"]
💻 Built & documented using: FAST v5.3.0
⬇️ Get aix from here
🪧 Library Used Thank you you mxn21 your awesome FlowingDrawer Library.
FlowingMenu has total 2 events.
Fires when the drawer state changes.
| Parameter | Type |
|---|---|
| oldState | number |
| newState | number |
Fires when the drawer slides. openRatio is 0..1; offsetPixels is px.
| Parameter | Type |
|---|---|
| openRatio | number |
| offsetPixels | number |
FlowingMenu has total 2 methods.
Initializes the FlowingMenu with the drawer and content components.
| Parameter | Type |
|---|---|
| drawer | component |
| content | component |
Returns true if the menu is currently visible (open).
- Return type:
boolean
FlowingMenu has total 2 designer properties.
- Input type:
boolean - Default value:
True
- Input type:
color - Default value:
DDDDDD
FlowingMenu has total 8 setter properties.
Opens the menu. If animate is true, plays animation.
- Input type:
boolean
Closes the menu. If animate is true, plays animation.
- Input type:
boolean
Toggles the menu open/close. If animate is true, plays animation.
- Input type:
boolean
Sets the drawer touch mode: 0=NONE, 1=BEZEL, 2=FULLSCREEN.
- Input type:
number - Helper type:
TouchType - Helper enums:
NONE,BEZEL,FULLSCREEN
Sets the menu size in pixels.
- Input type:
number
If true, menu opens from the left; otherwise from the right.
- Input type:
boolean
Background color of the flowing menu shape.
- Input type:
number
Closes the drawer if open and removes any stray drawer instances from the container. Returns true if an open drawer was found.
- Input type:
boolean
FlowingMenu has total 2 getter properties.
If true, menu opens from the left; otherwise from the right.
- Return type:
boolean
Background color of the flowing menu shape.
- Return type:
number
TechHamara