dev #1
@ -30,11 +30,6 @@ class CustomerTitle extends StatelessWidget {
|
||||
child: Row(
|
||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||
children: [
|
||||
IconButton(
|
||||
onPressed: () => context.pop(),
|
||||
icon: Icon(Icons.arrow_back, color: AppColors.black),
|
||||
),
|
||||
SpaceWidth(16),
|
||||
Expanded(
|
||||
child: Text(
|
||||
title,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user