BackgroundColor constructor

const BackgroundColor({
  1. Brightness brightness = Brightness.dark,
})

Implementation

const BackgroundColor({this.brightness = Brightness.dark});