Skip to content

Commit

Permalink
✨ Add link action.
Browse files Browse the repository at this point in the history
iota9star committed Aug 4, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 76c29a3 commit 913a766
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions lib/ui/fragments/fonts_fragment.dart
Original file line number Diff line number Diff line change
@@ -199,7 +199,9 @@ class FontsFragment extends StatelessWidget {
),
),
TapScaleContainer(
onTap: () {},
onTap: () {
font.official.launchAppAndCopy();
},
margin: edgeR4,
padding: edgeH4V2,
decoration: BoxDecoration(
@@ -219,7 +221,9 @@ class FontsFragment extends StatelessWidget {
),
),
TapScaleContainer(
onTap: () {},
onTap: () {
font.license.url.launchAppAndCopy();
},
margin: edgeR4,
padding: edgeH4V2,
decoration: BoxDecoration(

0 comments on commit 913a766

Please sign in to comment.