Flutter质感设计之模态底部面板-创新互联

模态底部面板是菜单或对话框的替代方案,可防止用户与其他控件进行互动,可以使用showModalBottomSheet函数创建和显示模态底部面板。

成都创新互联专注于拱墅企业网站建设,成都响应式网站建设公司,商城网站建设。拱墅网站建设公司,为拱墅等地区提供建站服务。全流程定制网站开发,专业设计,全程项目跟踪,成都创新互联专业和态度为您提供的服务
import 'package:flutter/material.dart';

class MyApp extends StatelessWidget {

 @override
 Widget build(BuildContext context) {
  return new Scaffold(
   appBar: new AppBar(
    title: new Text('底部面板')
   ),
   body: new Center(
    child: new RaisedButton(
     child: new Text('显示底部面板'),
     onPressed: () {
      // showModalBottomSheet:显示模态质感设计底部面板
      showModalBottomSheet(context:context, builder:(BuildContext context) {
       return new Container(
        child: new Padding(
         padding: const EdgeInsets.all(32.0),
         child: new Text(
          '这是模态底部面板,点击任意位置即可关闭',
          textAlign: TextAlign.center,
          style: new TextStyle(
           color: Theme.of(context).accentColor,
           fontSize: 24.0
          )
         )
        )
       );
      });
     }
    )
   )
  );
 }
}

void main() {
 runApp(new MaterialApp(
  title: 'Flutter Demo',
  home: new MyApp()
 ));
}

网站栏目:Flutter质感设计之模态底部面板-创新互联
文章URL:http://bzwzjz.com/article/jeiis.html

其他资讯

Copyright © 2007-2020 广东宝晨空调科技有限公司 All Rights Reserved 粤ICP备2022107769号
友情链接: 成都商城网站制作 成都定制网站建设 品牌网站建设 成都网站设计 高端网站建设 网站建设开发 成都网站设计 定制网站设计 四川成都网站建设 网站设计 梓潼网站设计 高端网站设计 成都网站设计 温江网站设计 成都做网站建设公司 古蔺网站建设 成都品牌网站建设 成都网站建设公司 网站建设公司 企业网站设计 重庆网站设计 响应式网站建设