LiveRoomHeaderScaffold constructor

const LiveRoomHeaderScaffold({
  1. Key? key,
  2. Widget? leading,
  3. Widget? action,
  4. Widget? tag,
})

Implementation

const LiveRoomHeaderScaffold({Key? key, this.leading, this.action, this.tag})
    : super(key: key);