This commit is contained in:
ashilkn 2022-10-27 17:36:56 +05:30
parent 8275053999
commit 48b56d5dd7

View file

@ -61,7 +61,7 @@ class _IconButtonWidgetState extends State<IconButtonWidget> {
color: iconStateColor,
),
child: Icon(
Icons.close_outlined,
widget.icon,
color:
widget.isSecondary ? colorTheme.strokeMuted : colorTheme.strokeBase,
size: 24,