Remove transparent color of ImageVideoUtils dialog (#1079)

pull/1086/head
Rajender Katkuri 2 years ago committed by GitHub
parent d8b03675b5
commit 74544bd945
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      flutter_quill_extensions/lib/embeds/toolbar/image_video_utils.dart

@ -80,7 +80,6 @@ class ImageVideoUtils {
context: context,
builder: (ctx) => AlertDialog(
contentPadding: EdgeInsets.zero,
backgroundColor: Colors.transparent,
content: Column(
mainAxisSize: MainAxisSize.min,
children: [

Loading…
Cancel
Save