CrispView constructor

CrispView({
  1. required CrispMain crispMain,
  2. bool clearCache = false,
})

Implementation

CrispView({
  required this.crispMain,
  this.clearCache = false,
});