Skip to content

Conversation

@FeodorFitsner
Copy link
Contributor

@FeodorFitsner FeodorFitsner merged commit 6b4e27f into main Feb 22, 2023
@FeodorFitsner FeodorFitsner deleted the container-blur-shadow branch February 22, 2023 21:27
Comment on lines +57 to +58
sigma_x: float
sigma_y: float
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why only float?
Union[int, float] won't be better?

Comment on lines +64 to +65
spread_radius: Optional[float] = field(default=None)
blur_radius: Optional[float] = field(default=None)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here. Union[int, float]

berecik pushed a commit to Marysia-Software-Limited/flet that referenced this pull request Apr 3, 2023
* Container.blur initial check-in [skip ci]

* Added `blur` property to `Container`

Fix flet-dev#1062

* Grey color added

* Added `Container.shadow`

See https://blog.logrocket.com/enhance-mobile-apps-with-flutter-boxshadow/ for examples
Close flet-dev#348

* Fix tests

* Fix blur types
zrr1999 pushed a commit to zrr1999/flet that referenced this pull request Jul 17, 2024
* Container.blur initial check-in [skip ci]

* Added `blur` property to `Container`

Fix flet-dev#1062

* Grey color added

* Added `Container.shadow`

See https://blog.logrocket.com/enhance-mobile-apps-with-flutter-boxshadow/ for examples
Close flet-dev#348

* Fix tests

* Fix blur types
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants