DistroList constructor Null safety

const DistroList(
  1. {Key? key,
  2. required WSLApi api,
  3. required dynamic statusMsg(
    1. String,
    2. {bool loading}
    )}
)

Implementation

const DistroList({Key? key, required this.api, required this.statusMsg})
    : super(key: key);