Align appBar title to left

This commit is contained in:
Neeraj Gupta 2022-05-30 16:43:43 +05:30
parent 3710c52a11
commit 5faa72954e
No known key found for this signature in database
GPG key ID: 3C5A1684DC1729E1

View file

@ -68,6 +68,7 @@ class _GalleryAppBarWidgetState extends State<GalleryAppBarWidget> {
backgroundColor: backgroundColor:
widget.type == GalleryType.homepage ? Color(0x00000000) : null, widget.type == GalleryType.homepage ? Color(0x00000000) : null,
elevation: 0, elevation: 0,
centerTitle: false,
title: widget.type == GalleryType.homepage title: widget.type == GalleryType.homepage
? const SizedBox.shrink() ? const SizedBox.shrink()
: TextButton( : TextButton(