textStyle property

WidgetStateProperty<TextStyle?>? textStyle
final

State-aware text styling for table cell content.

Type: WidgetStateProperty<TextStyle?>?. Controls text appearance including color, weight, size that can change based on cell states.

Implementation

final WidgetStateProperty<TextStyle?>? textStyle;