tableTheme top-level property

ThemeData tableTheme
final

Implementation

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