CAKE-99 | added paste_ios.png and removed duplicate.png; applied ios paste icon to address_text_field

This commit is contained in:
OleksandrSobol 2020-10-02 20:28:34 +03:00
parent b506f9c953
commit 33e29a7132
8 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 549 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 903 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 603 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 903 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 403 B

BIN
assets/images/paste_ios.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 903 B

View file

@ -114,7 +114,7 @@ class AddressTextField extends StatelessWidget {
borderRadius: borderRadius:
BorderRadius.all(Radius.circular(6))), BorderRadius.all(Radius.circular(6))),
child: Image.asset( child: Image.asset(
'assets/images/duplicate.png', 'assets/images/paste_ios.png',
color: iconColor ?? color: iconColor ??
Theme.of(context) Theme.of(context)
.primaryTextTheme .primaryTextTheme

View file

@ -14,8 +14,8 @@ Future<T> showPopUp<T>({
context: context, context: context,
builder: builder, builder: builder,
barrierDismissible: barrierDismissible, barrierDismissible: barrierDismissible,
//barrierColor: barrierColor, barrierColor: barrierColor,
//useSafeArea: useSafeArea, useSafeArea: useSafeArea,
useRootNavigator: useRootNavigator, useRootNavigator: useRootNavigator,
routeSettings: routeSettings, routeSettings: routeSettings,
child: child); child: child);