opposite property

Brightness opposite

Implementation

Brightness get opposite => isLight ? Brightness.dark : Brightness.light;