toolCellHeaderTextStyle static method
Implementation
static TextStyle toolCellHeaderTextStyle(bool isDarkMode) => TextStyle(
fontSize: DeviceService.isTablet ? 14 : 13,
fontWeight: FontWeight.w600,
color: isDarkMode ? Colors.white : Colors.black87,
);