Update quill_dropdown_button.dart

pull/800/head
mark8044 3 years ago committed by GitHub
parent 5eda9d8663
commit 7d7d51de4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lib/src/widgets/toolbar/quill_dropdown_button.dart

@ -107,7 +107,7 @@ class _QuillDropdownButtonState<T> extends State<QuillDropdownButton<T>> {
mainAxisSize: MainAxisSize.min,
children: [
Text(_currentValue.toString(), style: TextStyle(fontSize: widget.iconSize / 1.15, color: widget.iconTheme?.iconUnselectedColor ?? theme.iconTheme.color)),
SizedBox(width: widget.iconSize / 3.83),
SizedBox(width: 3),
Icon(Icons.arrow_drop_down, size: widget.iconSize / 1.15, color: widget.iconTheme?.iconUnselectedColor ?? theme.iconTheme.color)
],
),

Loading…
Cancel
Save