Update button
This commit is contained in:
parent
15c4143821
commit
7a45a5902a
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ class MihButton extends StatelessWidget {
|
||||||
borderRadius: BorderRadius.circular(radius),
|
borderRadius: BorderRadius.circular(radius),
|
||||||
splashColor: rippleColor,
|
splashColor: rippleColor,
|
||||||
highlightColor: rippleColor.withValues(alpha: 0.2),
|
highlightColor: rippleColor.withValues(alpha: 0.2),
|
||||||
hoverColor: rippleColor.withValues(alpha: 0.15),
|
hoverColor: rippleColor.withValues(alpha: 0.3),
|
||||||
onTap: onPressed,
|
onTap: onPressed,
|
||||||
child: Container(
|
child: Container(
|
||||||
width: width,
|
width: width,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue