Improved the child bounce animation by adding a 3D tilt effect to it inspired by Bounce package. Can be disabled by setting childTiltEnabled to false in PieTheme.
Added overlayStyle to PieTheme to switch between the old and new overlay styles. PieOverlayStyle.behind (the old style) is used by default because the new one causes render issues in some cases.
childTiltEnabled
tofalse
inPieTheme
.overlayStyle
toPieTheme
to switch between the old and new overlay styles.PieOverlayStyle.behind
(the old style) is used by default because the new one causes render issues in some cases.