You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* initial commit
* add mouseCursor and delete not needed event
* Update ink_well.py
* Fix container.dart
The Ink or InkWell widget must have a Material widget as an ancestor.
* Revert change,duplicate control InkWell
Flet already use InkWell on container.dart
* Add on_release (Callback after click)
* Add ink_color
* initial commit
* add mouseCursor and delete not needed event
* Update ink_well.py
* Fix container.dart
The Ink or InkWell widget must have a Material widget as an ancestor.
* Revert change,duplicate control InkWell
Flet already use InkWell on container.dart
* Add on_release (Callback after click)
* Add ink_color
Description
Border, bgcolor, shadow, ink animation are hidden below other controls when inked container is placed among other controls in a stack.
Code example to reproduce the issue:
Describe the results you received:
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
This Issue occurs only when
ink = True
Flet version (
pip show flet
):Give your
requirements.txt
file (don'tpip freeze
, instead give direct packages):Operating system:
Kali Linux
Additional environment details:
Nil
The text was updated successfully, but these errors were encountered: