QuillToolbarDivider.horizontal constructor

const QuillToolbarDivider.horizontal({
  1. Key? key,
  2. Color? color,
  3. double? space,
})

Provides a horizontal divider for vertical toolbar.

Implementation

const QuillToolbarDivider.horizontal({Key? key, Color? color, double? space})
    : this(Axis.horizontal, color: color, space: space, key: key);