Skip to content

Commit

Permalink
bug_fix: Fixed the sliverappbar of telephone directory (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
akanksha-v authored Apr 14, 2021
1 parent 5493647 commit 47f1a20
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/directory/directory_list_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ class _DirectoryListState extends State<DirectoryList> {
return CustomScrollView(
slivers: <Widget>[
SliverAppBar(
floating: true,
pinned: true,
snap: true,
backgroundColor: Colors.indigo[800],
title: Text("Telephone Directory"),
actions: <Widget>[
Expand Down

0 comments on commit 47f1a20

Please sign in to comment.