ErrorView constructor

const ErrorView({
  1. Key? key,
  2. required Flourish flourish,
})

Implementation

const ErrorView({
  super.key,
  required this.flourish,
});