Pass padding to the QuillToolbarIconButton

pull/1592/head
mark8044 1 year ago committed by GitHub
parent aaad53b91b
commit e8f812d4ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      lib/src/widgets/toolbar/buttons/toggle_style_button.dart

@ -254,5 +254,6 @@ Widget defaultToggleStyleButtonBuilder(
isFilled: isEnabled ? isToggled == true : false,
onPressed: onPressed,
afterPressed: afterPressed,
padding: iconTheme?.padding
);
}

Loading…
Cancel
Save