Flutter:- show BottomSheet transparency

后端 未结 5 1792
傲寒
傲寒 2021-02-14 12:10

I want to open a showBottomSheet. here is my code which working fine, I am able to open ButtomSheet, but it\'s not giving transparency effect. that I could see behind of this sh

5条回答
  •  悲哀的现实
    2021-02-14 12:17

    try this inside showModelBottomSheet

    showModalBottomSheet(
            backgroundColor: Colors.transparent,
    )
    

提交回复
热议问题