Skip to content

Commit

Permalink
Experiment with toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Makhmudov Babur committed Sep 29, 2021
1 parent 0084285 commit 178e85d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/pages/home/home_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class _HomeWidgetState extends State<HomeWidget> with WidgetsBindingObserver {
appBar: AppBar(
leading: SizedBox.shrink(),
leadingWidth: 0,
toolbarHeight: 100,
toolbarHeight: kToolbarHeight * 2.7,
bottom: TabBar(
tabs: [
BlocBuilder<WorkspacesCubit, WorkspacesState>(
Expand Down Expand Up @@ -173,7 +173,7 @@ class _HomeWidgetState extends State<HomeWidget> with WidgetsBindingObserver {
child: Column(
children: [
Container(
height: 44,
height: kToolbarHeight / 1.2,
child: Stack(
children: [
Align(
Expand Down Expand Up @@ -255,10 +255,10 @@ class _HomeWidgetState extends State<HomeWidget> with WidgetsBindingObserver {
),
Divider(
color: Colors.white,
height: 12,
height: 8,
),
TwakeSearchTextField(
height: 40,
height: kToolbarHeight / 1.5,
controller: _searchController,
hintText: AppLocalizations.of(context)!.search,
backgroundColor: Color(0xfff9f8f9),
Expand Down

0 comments on commit 178e85d

Please sign in to comment.