CellTextStyleModifier class
Modifier that applies TextStyle
- Implemented types
Constructors
- CellTextStyleModifier({TextStyle? style})
-
const
Properties
Methods
-
apply<
T> (BuildContext context, XRawTable< T> table, int column, int row, Widget child) → Widget -
Apply customization to the
childcell positioned at givencolumnandrowindex of thetableoverride -
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