isLight property

bool isLight

Whether this is light

final isLight = FluentTheme.of(context).brightness.isLight;

Implementation

bool get isLight => this == Brightness.light;