CellTextStyleModifier class

Modifier that applies TextStyle

Implemented types

Constructors

CellTextStyleModifier({TextStyle? style})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style TextStyle?
Style to apply. Defaults to dataTextStyle ?? bodyText2
final

Methods

apply<T>(BuildContext context, XRawTable<T> table, int column, int row, Widget child) Widget
Apply customization to the child cell positioned at given column and row index of the table
override
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