Fix lint complaints

pull/421/head
Xin Yao 4 years ago
parent aeb8da7d03
commit 04d132247c
  1. 5
      lib/src/widgets/toolbar.dart
  2. 2
      lib/src/widgets/toolbar/camera_button.dart

@ -3,8 +3,8 @@ import 'dart:io';
import 'package:flutter/material.dart';
import '../models/documents/attribute.dart';
import '../models/themes/quill_icon_theme.dart';
import '../models/themes/quill_dialog_theme.dart';
import '../models/themes/quill_icon_theme.dart';
import '../utils/media_pick_setting.dart';
import 'controller.dart';
import 'toolbar/arrow_indicated_button_list.dart';
@ -101,7 +101,8 @@ class QuillToolbar extends StatelessWidget implements PreferredSizeWidget {
///The theme to use for the icons in the toolbar, uses type [QuillIconTheme]
QuillIconTheme? iconTheme,
///The theme to use for the theming of the [LinkDialog()], shown when embedding an image, for example
///The theme to use for the theming of the [LinkDialog()],
///shown when embedding an image, for example
QuillDialogTheme? dialogTheme,
Key? key,
}) {

@ -2,9 +2,9 @@ import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:image_picker/image_picker.dart';
import '../../models/themes/quill_icon_theme.dart';
import '../controller.dart';
import '../toolbar.dart';
import '../../models/themes/quill_icon_theme.dart';
import 'image_video_utils.dart';
import 'quill_icon_button.dart';

Loading…
Cancel
Save