VxAppBarTitleBar constructor

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

Implementation

const VxAppBarTitleBar({Key? key, required Widget child})
    : super(key: key, child: child);