RenderVxAppBarTitleBar constructor

RenderVxAppBarTitleBar({
  1. RenderBox? child,
  2. TextDirection? textDirection,
})

Implementation

RenderVxAppBarTitleBar({
  RenderBox? child,
  TextDirection? textDirection,
}) : super(
        child: child,
        alignment: Alignment.center,
        textDirection: textDirection,
      );