CUTopBar constructor

const CUTopBar({
  1. Key? key,
  2. Widget? leading,
  3. Widget? icon,
  4. Widget? title,
  5. List<Widget>? actions,
})

Implementation

const CUTopBar({final Key? key, this.leading, this.icon, this.title, this.actions}) : super(key: key);