tableCellHover static method
Implementation
static Color tableCellHover(BuildContext context) {
return Theme.of(context).brightness == Brightness.light
? lightTableCellHover
: darkTableCellHover;
}
static Color tableCellHover(BuildContext context) {
return Theme.of(context).brightness == Brightness.light
? lightTableCellHover
: darkTableCellHover;
}