fix: Image search rendering problem
This commit is contained in:
parent
d7ac0aa605
commit
59648bf2d7
4 changed files with 33 additions and 9 deletions
|
|
@ -14,7 +14,6 @@ class ImageBubble extends StatelessWidget {
|
|||
final Event event;
|
||||
final bool tapToView;
|
||||
final BoxFit fit;
|
||||
final bool maxSize;
|
||||
final Color? backgroundColor;
|
||||
final Color? textColor;
|
||||
final Color? linkColor;
|
||||
|
|
@ -29,7 +28,6 @@ class ImageBubble extends StatelessWidget {
|
|||
const ImageBubble(
|
||||
this.event, {
|
||||
this.tapToView = true,
|
||||
this.maxSize = true,
|
||||
this.backgroundColor,
|
||||
this.fit = BoxFit.contain,
|
||||
this.thumbnailOnly = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue