tableTheme top-level property
Implementation
final tableTheme = ThemeData(
primarySwatch: white,
textTheme: const TextTheme(
displayLarge: TextStyle(
fontFamily: 'Corben',
fontWeight: FontWeight.w700,
fontSize: 24.0,
color: Colors.black,
),
),
);