QuillDialogTheme class
Used to configure the dialog's look and feel.
- Mixed-in types
- Annotations
Constructors
- QuillDialogTheme({TextStyle? buttonTextStyle, TextStyle? labelTextStyle, TextStyle? inputTextStyle, Color? dialogBackgroundColor, ShapeBorder? shape, ButtonStyle? buttonStyle, BoxConstraints? linkDialogConstraints, EdgeInsetsGeometry linkDialogPadding = const EdgeInsets.all(16), BoxConstraints? mediaSelectorDialogConstraints, EdgeInsetsGeometry mediaSelectorDialogPadding = const EdgeInsets.all(16), bool isWrappable = false, double runSpacing = 8.0})
-
const
Properties
-
Customizes this button's appearance.
final
-
The text style to use for the button shown in the dialog
final
- dialogBackgroundColor → Color?
-
The background color for the Quill dialog
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- inputTextStyle → TextStyle?
-
The text style to use for the input text shown in the link-input dialog
final
- isWrappable → bool
-
Whether dialog's children are wrappred with Wrap instead of Row.
final
- labelTextStyle → TextStyle?
-
The text style to use for the label shown in the link-input dialog
final
- linkDialogConstraints → BoxConstraints?
-
Constrains for LinkStyleDialog.
final
- linkDialogPadding → EdgeInsetsGeometry
-
The padding for content of LinkStyleDialog.
final
- mediaSelectorDialogConstraints → BoxConstraints?
-
Constrains for
MediaSourceSelectorDialog
.final - mediaSelectorDialogPadding → EdgeInsetsGeometry
-
The padding for content of
MediaSourceSelectorDialog
.final - runSpacing → double
-
How much space to place between the runs themselves in the cross axis.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shape → ShapeBorder?
-
The shape of this dialog's border.
final
Methods
-
copyWith(
{TextStyle? buttonTextStyle, TextStyle? labelTextStyle, TextStyle? inputTextStyle, Color? dialogBackgroundColor, ShapeBorder? shape, ButtonStyle? buttonStyle, BoxConstraints? linkDialogConstraints, EdgeInsetsGeometry? linkDialogPadding, BoxConstraints? imageDialogConstraints, EdgeInsetsGeometry? mediaDialogPadding, bool? isWrappable, double? runSpacing}) → QuillDialogTheme -
debugFillProperties(
DiagnosticPropertiesBuilder properties) → void -
Add additional properties associated with the node.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toDiagnosticsNode(
{String? name, DiagnosticsTreeStyle? style}) → DiagnosticsNode -
Returns a debug representation of the object that is used by debugging
tools and by DiagnosticsNode.toStringDeep.
inherited
-
toString(
{DiagnosticLevel minLevel = DiagnosticLevel.info}) → String -
A string representation of this object.
inherited
-
toStringShort(
) → String -
A brief description of this object, usually just the runtimeType and the
hashCode.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override