StockholmPILargeProp constructor

const StockholmPILargeProp({
  1. required String name,
  2. required Widget value,
  3. Key? key,
})

Implementation

const StockholmPILargeProp({
  required this.name,
  required this.value,
  Key? key,
}) : super(key: key);