更新
This commit is contained in:
@@ -30,7 +30,9 @@ class ClickableContainer extends StatelessWidget {
|
||||
child: InkWell(
|
||||
borderRadius: BorderRadius.circular(borderRadius),
|
||||
onTap: onTap,
|
||||
splashColor: highlightColor.withOpacity(0.5),
|
||||
splashColor: highlightColor == Colors.transparent
|
||||
? Colors.transparent
|
||||
: highlightColor.withOpacity(0.5),
|
||||
child: Padding(
|
||||
padding: padding,
|
||||
child: child,
|
||||
|
||||
Reference in New Issue
Block a user