📜  Flutter 可滚动页面 - 任何代码示例

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

代码示例2
body: SingleChildScrollView(
child: Stack(
    children: [
      new Container(
        decoration: BoxDecoration(
            image: DecorationImage(...),
      new Column(children: [
        new Container(...),
        new Container(...... ),
        new Padding(
          child: SizedBox(
            child: RaisedButton(..),
        ),
....
...
 ); // Single child scroll view