CrispView constructor

CrispView({
  1. required CrispMain crispMain,
  2. bool clearCache = false,
  3. void onLinkPressed(
    1. String url
    )?,
})

Implementation

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