remove unnecessary cast

This commit is contained in:
julian-CStack 2023-05-08 12:03:38 -06:00
parent 5edb8c68f0
commit a73f5a1b3d

View file

@ -81,7 +81,7 @@ class TxIcon extends ConsumerWidget {
currentHeight,
coin.requiredConfirmations,
),
ref.watch(themeProvider).assets as ThemeAssets,
ref.watch(themeProvider).assets,
),
width: size.width,
height: size.height,