tableCellFocus static method
Implementation
static Color tableCellFocus(BuildContext context) {
return Theme.of(context).brightness == Brightness.light
? lightTableCellFocus
: darkTableCellFocus;
}
static Color tableCellFocus(BuildContext context) {
return Theme.of(context).brightness == Brightness.light
? lightTableCellFocus
: darkTableCellFocus;
}