CheckedModeBannerModifier constructor

const CheckedModeBannerModifier({
  1. Key? key,
  2. Widget? child,
  3. Key? modifierKey,
})

Creates a const debug mode banner.

Implementation

const CheckedModeBannerModifier({
  super.key,
  super.child,
  super.modifierKey,
});