print static method
Implementation
static Widget print({required VoidCallback? onPressed}) =>
ErpThemeIconButton(
icon: Iconsax.printer,
tooltip: 'Print (P)',
activeColor: Colors.green.shade700,
onPressed: onPressed,
filled: true,
);