minimalIconButtonStyle top-level property
Implementation
final ButtonStyle minimalIconButtonStyle = IconButton.styleFrom(
padding: const EdgeInsets.all(4),
minimumSize: Size.zero,
fixedSize: null,
tapTargetSize: MaterialTapTargetSize.shrinkWrap,
);