|
|
|
|
@ -57,14 +57,14 @@ class _BranchDetailViewState extends State<BranchDetailView> {
|
|
|
|
|
appBar: CustomAppBar(
|
|
|
|
|
title: LocaleKeys.branchDetail.tr(),
|
|
|
|
|
actions: [
|
|
|
|
|
Padding(
|
|
|
|
|
padding: EdgeInsets.only(top: 8, bottom: 8, right: 21),
|
|
|
|
|
child: const Icon(Icons.messenger_outline_rounded, color: Colors.black, size: 18).toContainer(
|
|
|
|
|
borderRadius: 100,
|
|
|
|
|
borderColor: MyColors.lightGreyEFColor,
|
|
|
|
|
isEnabledBorder: true,
|
|
|
|
|
),
|
|
|
|
|
).onPress(() {})
|
|
|
|
|
// Padding(
|
|
|
|
|
// padding: EdgeInsets.only(top: 8, bottom: 8, right: 21),
|
|
|
|
|
// child: const Icon(Icons.messenger_outline_rounded, color: Colors.black, size: 18).toContainer(
|
|
|
|
|
// borderRadius: 100,
|
|
|
|
|
// borderColor: MyColors.lightGreyEFColor,
|
|
|
|
|
// isEnabledBorder: true,
|
|
|
|
|
// ),
|
|
|
|
|
// ).onPress(() {})
|
|
|
|
|
],
|
|
|
|
|
),
|
|
|
|
|
body: Column(
|
|
|
|
|
|