修改无水波纹TabBar实现

This commit is contained in:
toly
2020-10-27 13:43:30 +08:00
parent e2a2e40434
commit e9cd9e9171
126 changed files with 370 additions and 1705 deletions

View File

@@ -24,7 +24,7 @@ class _CustomSizedOverflowBoxState extends State<CustomSizedOverflowBox> {
@override
Widget build(BuildContext context) {
Widget box = SizedOverflowBox(
var box = SizedOverflowBox(
alignment: Alignment.bottomRight,
size: Size(_x, _y),
child: Container(width: 30, height: 50, color: Colors.orange),