isThemeDark property

bool isThemeDark

Implementation

bool get isThemeDark => Theme.of(this).brightness == Brightness.dark;