XAppBar constructor

XAppBar({
  1. required String title,
  2. TextStyle? textStyle,
  3. Color? backgroundColor,
  4. Color? color,
  5. List<Widget>? actions,
  6. dynamic leftCallback,
})

Implementation

XAppBar({
  required String title,
  TextStyle? textStyle,
  Color? backgroundColor,
  Color? color,
  List<Widget>? actions,
  leftCallback,
});