摘要: class NBLoading{ static OverlayEntry? _entry; static Widget? _showWidget; static void show(BuildContext context,Widget widget){ _showWidget = widget; 阅读全文
posted @ 2025-07-01 17:57 呢哇哦比较 阅读(6) 评论(0) 推荐(0)
摘要: Container( width: 100, height: 100, decoration: BoxDecoration( ///内部填充色 color: Colors.green, ///直接设置为圆形 // shape: BoxShape.circle, ///设置圆角,值为50可变为圆形 b 阅读全文
posted @ 2025-07-01 16:29 呢哇哦比较 阅读(30) 评论(0) 推荐(0)
摘要: Container( width: 300, padding: const EdgeInsets.all(20.0), child: Column(children: [ TextField( decoration: InputDecoration( filled: true, // 启用背景填充 阅读全文
posted @ 2025-07-01 15:58 呢哇哦比较 阅读(14) 评论(0) 推荐(0)