BackgroundColor constructor

BackgroundColor({
  1. required String value,
  2. required double opacity,
})

Implementation

BackgroundColor({
  required this.value,
  required this.opacity,
});