mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-08-18 02:56:42 +00:00
updated goldens
This commit is contained in:
parent
655e3ff512
commit
c6a5649d25
3 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@ class LightmeterProBadge extends StatelessWidget {
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
print(Dimens.paddingS * 2 + (Theme.of(context).textTheme.titleMedium?.lineHeight ?? 0.0));
|
|
||||||
return GestureDetector(
|
return GestureDetector(
|
||||||
onTap: () {
|
onTap: () {
|
||||||
Navigator.of(context).pushNamed(NavigationRoutes.proFeaturesScreen.name);
|
Navigator.of(context).pushNamed(NavigationRoutes.proFeaturesScreen.name);
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 1.4 MiB |
Binary file not shown.
Before Width: | Height: | Size: 473 KiB After Width: | Height: | Size: 474 KiB |
Loading…
Reference in a new issue