📜  花哨的对话框颤动 - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:52.738000             🧑  作者: Mango

代码示例1
showDialog(
              context: context,
              builder: (BuildContext context) => FancyDialog(
                title: "Fancy Gif Dialog",
                descreption: "This is descreption for fancy gif,you can load any image or gif to be displayed :), and you can choose between two themes Fancy and Flat",
                )
            )