UPIAppList constructor

const UPIAppList({
  1. Key? key,
  2. required dynamic onClick(
    1. String?
    ),
})

Implementation

const UPIAppList({super.key, required this.onClick});