TF-3586: Upgrade Flutter to 3.27.4
This commit is contained in:
@@ -54,7 +54,7 @@ class AppBarContactWidget extends StatelessWidget {
|
||||
iconSize: 24,
|
||||
padding: const EdgeInsets.all(3),
|
||||
iconColor: AppColor.colorCloseButton,
|
||||
backgroundColor: AppColor.colorCloseButton.withOpacity(0.12),
|
||||
backgroundColor: AppColor.colorCloseButton.withValues(alpha: 0.12),
|
||||
onTapActionCallback: onCloseContactView,
|
||||
)
|
||||
),
|
||||
|
||||
@@ -28,7 +28,7 @@ class ContactListActionWidget extends StatelessWidget {
|
||||
Flexible(
|
||||
child: TMailButtonWidget.fromText(
|
||||
text: AppLocalizations.of(context).clearFilter.capitalizeFirstEach,
|
||||
backgroundColor: AppColor.colorContactViewClearFilterButton.withOpacity(0.05),
|
||||
backgroundColor: AppColor.colorContactViewClearFilterButton.withValues(alpha: 0.05),
|
||||
borderRadius: 10,
|
||||
maxHeight: 44,
|
||||
minWidth: 156,
|
||||
|
||||
Reference in New Issue
Block a user