PageBlockTableCell class

Represents a cell of a table.

Inheritance
Available Extensions

Constructors

PageBlockTableCell({RichText? text, required bool is_header, required int colspan, required int rowspan, required PageBlockHorizontalAlignment align, required PageBlockVerticalAlignment valign, int? extra, int? clientId})
Represents a cell of a table

Properties

align PageBlockHorizontalAlignment
Horizontal cell content alignment.
read / write
clientId int?
TDLib client instance identifier, for which the response was received.
read / writeoverride
colspan int
The number of columns the cell spans.
read / write
extra int?
Request identifier. Must be non-zero.
read / writeoverride
hashCode int
The hash code for this object.
read-onlyinherited
is_header bool
True, if it is a header cell.
read / write
rowspan int
The number of rows the cell spans.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
text RichText?
Cell text; may be null. If the text is null, then the cell must be invisible.
read / write
valign PageBlockVerticalAlignment
Vertical cell content alignment.
read / write

Methods

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

Operators

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

Static Methods

fromMap(Map<String, dynamic>? _map) PageBlockTableCell?
Construct from Map.
override

Constants

CONSTRUCTOR → const String
@type
"pageBlockTableCell"