opposite property

Brightness opposite

Gets the opposite brightness from this

Implementation

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