SingleColumnStylesheetStyler class
Style phase that applies a given Stylesheet to the document view model.
- Inheritance
-
- Object
- SingleColumnLayoutStylePhase
- SingleColumnStylesheetStyler
Constructors
- SingleColumnStylesheetStyler({required Stylesheet stylesheet})
Properties
- dirtyCallback ← VoidCallback?
-
no getterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stylesheet ← Stylesheet
-
Sets the stylesheet that's used by this styler to generate view models
for document content.
no getter
Methods
-
dispose(
) → void -
inherited
-
markDirty(
) → void -
Marks this phase as needing to re-run its view model calculations.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
style(
Document document, SingleColumnLayoutViewModel viewModel) → SingleColumnLayoutViewModel -
Styles a SingleColumnLayoutViewModel by adjusting the given viewModel.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited