DefaultTextBlockStyle class
Style theme applied to a block of rich text, including single-line paragraphs.
- Implementers
- Annotations
Constructors
- DefaultTextBlockStyle(TextStyle style, VerticalSpacing verticalSpacing, VerticalSpacing lineSpacing, BoxDecoration? decoration)
-
const
Properties
- decoration → BoxDecoration?
-
Decoration of a text block.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lineSpacing → VerticalSpacing
-
Vertical spacing for individual lines within a text block.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- style → TextStyle
-
Base text style for a text block.
final
- verticalSpacing → VerticalSpacing
-
Vertical spacing around a text block.
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