QuillToolbarDivider.vertical constructor
Provides a horizontal divider for horizontal toolbar.
Implementation
const QuillToolbarDivider.vertical({Key? key, Color? color, double? space})
: this(Axis.vertical, color: color, space: space, key: key);