Update button
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user