|
|
@ -106,7 +106,6 @@ class QuillToolbarCameraButton extends StatelessWidget { |
|
|
|
final iconColor = iconTheme?.iconUnselectedColor ?? theme.iconTheme.color; |
|
|
|
final iconColor = iconTheme?.iconUnselectedColor ?? theme.iconTheme.color; |
|
|
|
|
|
|
|
|
|
|
|
return QuillToolbarIconButton( |
|
|
|
return QuillToolbarIconButton( |
|
|
|
isFilled: false, |
|
|
|
|
|
|
|
icon: Icon(iconData, size: iconButtonFactor * iconSize, color: iconColor), |
|
|
|
icon: Icon(iconData, size: iconButtonFactor * iconSize, color: iconColor), |
|
|
|
tooltip: tooltip, |
|
|
|
tooltip: tooltip, |
|
|
|
onPressed: () => _sharedOnPressed(context), |
|
|
|
onPressed: () => _sharedOnPressed(context), |
|
|
|