QuillSelectAlignmentValues<T> class

A helper class which hold all the values for the alignments of the QuillToolbarSelectAlignmentButtonOptions it's not really related to the toolbar so we called it just Quill without toolbar but the name might change in the future

Annotations

Constructors

QuillSelectAlignmentValues({required T leftAlignment, required T centerAlignment, required T rightAlignment, required T justifyAlignment})
const

Properties

centerAlignment → T
final
hashCode int
The hash code for this object.
no setterinherited
justifyAlignment → T
final
leftAlignment → T
final
rightAlignment → T
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited