ManualWidgetTesterBackground constructor

const ManualWidgetTesterBackground({
  1. Key? key,
  2. required Color color,
})

Implementation

const ManualWidgetTesterBackground({super.key, required this.color});