Widget'ları yukarıdaki gibi sıralanmış custom modal oluşturdum.Bu modal içerisinde tüm ekranı kaplayan transparent bir Container vardır.Bu container içerisindeki Blur widget'ı vardır ve bu widget'ın blanıklık etkisi 'Backdrop' seçeneği true yapılarak parent widget'ı olan Container'a uygulanmıştır.Blur içindeki child bir container vardır ve tüm içerik buranın içerisindedir.Blur ve child container widget'ında hem 'On Page Load' hem de 'On Action Trigger' aniasyon değeri vardır.
The problem is that the modal consisting of these widgets, as shown below, does not show the child container on the web, although it appears properly on mobile.When I get the APK and try it on my android device, there is no problem again.What is the reason for this?