案例优化

This commit is contained in:
toly
2022-03-26 18:10:17 +08:00
parent aa2f392419
commit 36b5adbd7b
257 changed files with 1491 additions and 1400 deletions

View File

@@ -34,7 +34,7 @@ class ShapeMaterialButton extends StatelessWidget {
color: Colors.white,
),
shape: const CircleBorder(
side: BorderSide(width: 2.0, color: Color(0xFFFFDFDFDF)),
side: BorderSide(width: 2.0, color: Color(0xFFDFDFDF)),
),
onLongPress: () => Navigator.of(context).pushNamed('AboutMePage'),
onPressed: () => Navigator.of(context).pushNamed('AboutMePage')),