feat(contacts): add contacts list and add contact screens
This commit is contained in:
@@ -53,7 +53,7 @@ class _ContactsScreenState extends State<ContactsScreen> {
|
||||
body: SafeArea(
|
||||
child: Column(
|
||||
children: [
|
||||
const PageHeader(leading: BackButton()),
|
||||
widgets.PageHeader(leading: widgets.BackButton()),
|
||||
Expanded(
|
||||
child: SingleChildScrollView(
|
||||
padding: const EdgeInsets.fromLTRB(20, 8, 20, 20),
|
||||
|
||||
Reference in New Issue
Block a user