add
This commit is contained in:
@@ -121,8 +121,8 @@ class HomePage extends StatelessWidget {
|
|||||||
// 点击事件可以在这里添加
|
// 点击事件可以在这里添加
|
||||||
},
|
},
|
||||||
borderRadius: BorderRadius.circular(8),
|
borderRadius: BorderRadius.circular(8),
|
||||||
splashColor: theme.colorScheme.primary.withOpacity(0.1),
|
splashColor: theme.colorScheme.primary.withValues(alpha: 0.1),
|
||||||
highlightColor: theme.colorScheme.primary.withOpacity(0.05),
|
highlightColor: theme.colorScheme.primary.withValues(alpha: 0.05),
|
||||||
child: Container(
|
child: Container(
|
||||||
height: 64,
|
height: 64,
|
||||||
padding: const EdgeInsets.symmetric(horizontal: 16),
|
padding: const EdgeInsets.symmetric(horizontal: 16),
|
||||||
|
|||||||
Reference in New Issue
Block a user