ErrorView constructor

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

Implementation

ErrorView({
  Key? key,
  required this.flourish,
}) : super(key: key);