StockholmPITextProp constructor

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

Implementation

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