TableCellStyleSuggestionState class

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

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

Constructors

TableCellStyleSuggestionState({bool? backgroundColorSuggested, bool? borderBottomSuggested, bool? borderLeftSuggested, bool? borderRightSuggested, bool? borderTopSuggested, bool? columnSpanSuggested, bool? contentAlignmentSuggested, bool? paddingBottomSuggested, bool? paddingLeftSuggested, bool? paddingRightSuggested, bool? paddingTopSuggested, bool? rowSpanSuggested})
TableCellStyleSuggestionState.fromJson(Map json_)

Properties

backgroundColorSuggested bool?
Indicates if there was a suggested change to background_color.
getter/setter pair
borderBottomSuggested bool?
Indicates if there was a suggested change to border_bottom.
getter/setter pair
borderLeftSuggested bool?
Indicates if there was a suggested change to border_left.
getter/setter pair
borderRightSuggested bool?
Indicates if there was a suggested change to border_right.
getter/setter pair
borderTopSuggested bool?
Indicates if there was a suggested change to border_top.
getter/setter pair
columnSpanSuggested bool?
Indicates if there was a suggested change to column_span.
getter/setter pair
contentAlignmentSuggested bool?
Indicates if there was a suggested change to content_alignment.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
paddingBottomSuggested bool?
Indicates if there was a suggested change to padding_bottom.
getter/setter pair
paddingLeftSuggested bool?
Indicates if there was a suggested change to padding_left.
getter/setter pair
paddingRightSuggested bool?
Indicates if there was a suggested change to padding_right.
getter/setter pair
paddingTopSuggested bool?
Indicates if there was a suggested change to padding_top.
getter/setter pair
rowSpanSuggested bool?
Indicates if there was a suggested change to row_span.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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