appBar method

Implementation

PreferredSizeWidget appBar() {
  return AppBar(
    title: Text(widget.title ?? 'CJTSBasePage'),
  );
}