|
|
|
@ -169,7 +169,7 @@ class _BranchDetailViewState extends State<BranchDetailView> {
|
|
|
|
),
|
|
|
|
),
|
|
|
|
ShowFillButton(
|
|
|
|
ShowFillButton(
|
|
|
|
maxHeight: 55,
|
|
|
|
maxHeight: 55,
|
|
|
|
isDisabled: widget.branchDetailModel.branchServices!.length == 0,
|
|
|
|
// isDisabled: widget.branchDetailModel.branchServices!.length == 0,
|
|
|
|
title: LocaleKeys.bookAppointment.tr(),
|
|
|
|
title: LocaleKeys.bookAppointment.tr(),
|
|
|
|
margin: EdgeInsets.all(12),
|
|
|
|
margin: EdgeInsets.all(12),
|
|
|
|
maxWidth: double.infinity,
|
|
|
|
maxWidth: double.infinity,
|
|
|
|
|