ZefyrToolbar constructor

const ZefyrToolbar({
  1. Key? key,
  2. required List<Widget> children,
})

Implementation

const ZefyrToolbar({Key? key, required this.children}) : super(key: key);