KfSuccessScreen constructor

const KfSuccessScreen({
  1. required String heading,
  2. required String message,
  3. required int screenTimeout,
})

Implementation

const KfSuccessScreen({
  required this.logo,
  required this.heading,
  required this.message,
  required this.screenTimeout,
});