Merge branch 'master' of 192.168.2.201:aku_fe/ansu_ui

* 'master' of 192.168.2.201:aku_fe/ansu_ui:
  删除默认padding
  添加clipbehavior
null_safety
小赖 4 years ago
commit 6c27b312fd

@ -34,7 +34,6 @@ class ASOptionTile extends StatelessWidget {
this.items.insert(
0,
Container(
padding: EdgeInsets.fromLTRB(10.w, 10.w, 10.w, 10.w),
alignment: Alignment.centerLeft,
child: this.leading is String
? Text(
@ -49,6 +48,7 @@ class ASOptionTile extends StatelessWidget {
);
}
return Material(
clipBehavior: Clip.antiAlias,
color: kForegroundColor,
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(5.w),

Loading…
Cancel
Save