摘要:
监听输入框 FocusNode _focusNode = FocusNode(); initState() void initState() { _focusNode.addListener(() { if (_focusNode.hasFocus) { setState(() { _focusVi 阅读全文
摘要:
可以不使用默認的appbar,自定義佈局 /*appBar: PreferredSize( child: Container( decoration: BoxDecoration( color: Color(0Xffd3dda5), borderRadius: BorderRadius.only( 阅读全文
摘要:
小筆記~模仿得有點醜的ios底部彈出框 showModalBottomSheet( backgroundColor: Colors.transparent, context: context, builder: (BuildContext context) { return Container( p 阅读全文