-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
It would be great if you could consider to add more properties to the close and search icon like size etc.
Since at the moment those are fixed values.
Padding(
padding: const EdgeInsets.all(3),
child: SizedBox(
width: 30,
height: 30,
child: Icon(icon ?? Icons.arrow_back_ios_new,
color: iconColor ?? Colors.black.withOpacity(.7), size: 25))))));
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels