SafaehDebugStatusBanner constructor

const SafaehDebugStatusBanner({
  1. Key? key,
  2. required String message,
})

Implementation

const SafaehDebugStatusBanner({super.key, required this.message});