FrameContent constructor

const FrameContent({
  1. Key? key,
  2. Widget? child,
  3. bool allowPop = true,
  4. Widget? fab,
  5. GlobalKey<SpeedDialState>? speedDialKey,
})

Implementation

const FrameContent({
  super.key,
  this.child,
  this.allowPop = true,
  this.fab,
  this.speedDialKey
});