SubEditorPageTheme class

A class representing the theme configuration for a sub-editor page.

Constructors

SubEditorPageTheme({bool enforceSizeFromMainEditor = false, bool barrierDismissible = false, BorderRadiusGeometry? borderRadius, double? positionTop, double? positionLeft, double? positionRight, double? positionBottom, Color? barrierColor, Widget transitionsBuilder(BuildContext, Animation<double>, Animation<double>, Widget)?})
Creates a SubEditorPageTheme.
const

Properties

barrierColor Color?
The color of the barrier.
final
barrierDismissible bool
Whether the barrier is dismissible.
final
borderRadius BorderRadiusGeometry?
The border radius of the sub-editor page.
final
enforceSizeFromMainEditor bool
Whether to enforce the size from the main editor.
final
hashCode int
The hash code for this object.
no setterinherited
positionBottom double?
The position from the bottom of the screen.
final
positionLeft double?
The position from the left of the screen.
final
positionRight double?
The position from the right of the screen.
final
positionTop double?
The position from the top of the screen.
final
requireReposition bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transitionsBuilder → (Widget Function(BuildContext, Animation<double>, Animation<double>, Widget)?)
The builder function for transitions.
final

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