2020年1月14日

摘要: 代码: class BottomClipper extends CustomClipper<Path> { @override Path getClip(Size size) {//child 元素的size var path = Path(); path.lineTo(0, 0);//起始点 pa 阅读全文
posted @ 2020-01-14 19:17 pp/ing 阅读(520) 评论(0) 推荐(0) 编辑
 
摘要: 代码: import 'package:flutter/material.dart'; class HomePage extends StatelessWidget { const HomePage({Key key}) : super(key: key); @override Widget bui 阅读全文
posted @ 2020-01-14 18:14 pp/ing 阅读(181) 评论(0) 推荐(0) 编辑