@ -24,12 +24,12 @@ class QuillToolbarIconButton extends StatelessWidget {
if (isFilled) {
return IconButton.filled(
padding: padding,
constraints: BoxConstraints(),
constraints: const BoxConstraints(),
onPressed: onPressed, icon: icon);
}
return IconButton(
onPressed: () {
onPressed?.call();
afterPressed?.call();