ColumnStyle class

Constructors

ColumnStyle({required String columnLabel, required TextStyle columnStyle, String? rowCellLabel, TextStyle? rowCellStyle})

Properties

columnLabel String
The specfic column's name that needs to be styled.
final
columnStyle TextStyle
final
hashCode int
The hash code for this object.
no setterinherited
rowCellLabel String?
The specfic rows's name that needs to be styled.
final
rowCellStyle TextStyle?
final
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
toString() String
A string representation of this object.
inherited

Operators

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