GFAppBarTitleBar constructor

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

Implementation

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