LYNavbarEmpty constructor

const LYNavbarEmpty({
  1. Key? key,
  2. Widget? child,
})

Implementation

const LYNavbarEmpty({super.key, this.child});