mainBackground property

  1. @override
Color get mainBackground
override

Main background color (typically used for text in dark mode).

Implementation

@override
Color get mainBackground => Theme.of(context).colorScheme.onSurface;