TextStyleSuggestionState class

A mask that indicates which of the fields on the base TextStyle have been changed in this suggestion.

For any field set to true, there's a new suggested value.

Constructors

TextStyleSuggestionState({bool? backgroundColorSuggested, bool? baselineOffsetSuggested, bool? boldSuggested, bool? fontSizeSuggested, bool? foregroundColorSuggested, bool? italicSuggested, bool? linkSuggested, bool? smallCapsSuggested, bool? strikethroughSuggested, bool? underlineSuggested, bool? weightedFontFamilySuggested})
TextStyleSuggestionState.fromJson(Map json_)

Properties

backgroundColorSuggested bool?
Indicates if there was a suggested change to background_color.
getter/setter pair
baselineOffsetSuggested bool?
Indicates if there was a suggested change to baseline_offset.
getter/setter pair
boldSuggested bool?
Indicates if there was a suggested change to bold.
getter/setter pair
fontSizeSuggested bool?
Indicates if there was a suggested change to font_size.
getter/setter pair
foregroundColorSuggested bool?
Indicates if there was a suggested change to foreground_color.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
italicSuggested bool?
Indicates if there was a suggested change to italic.
getter/setter pair
linkSuggested bool?
Indicates if there was a suggested change to link.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
smallCapsSuggested bool?
Indicates if there was a suggested change to small_caps.
getter/setter pair
strikethroughSuggested bool?
Indicates if there was a suggested change to strikethrough.
getter/setter pair
underlineSuggested bool?
Indicates if there was a suggested change to underline.
getter/setter pair
weightedFontFamilySuggested bool?
Indicates if there was a suggested change to weighted_font_family.
getter/setter pair

Methods

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

Operators

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