📜  页脚颤动 - 任何代码示例

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

代码示例1
persistentFooterButtons: [
        Container(
          width: 900,
          child: Text(
            'This is a footer',
            textAlign: TextAlign.center,
            style: TextStyle(
              color: Colors.white,
              letterSpacing: 1,
            ),
          ),
        )
      ],