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