Questions tagged [flutter-text-button]

3 questions
0
votes
0 answers

How to add TextButton in FlutterFlow

This is the design I want to create here you can see the "Sign In" Text is a button. I want to create a TextButton in flutterFlow, but I can't see any widget in flutterFlow for a TextButton. There is only an option for the Button widget if you add…
0
votes
0 answers

The font changes when Math.tex is in a TextButton - Flutter - flutter_math_fork

When I try to put Math.tex in a button, the font of the letters is automatically changed. Below is an image where on the left I created an InkWell with Math.tex (which maintains the classic Math.tex font), and on the right a TextButton with…
Francesco - FL
  • 603
  • 1
  • 4
  • 25
0
votes
1 answer

How do I add a border to the TextButton.icon?

I'm having issues with creating border around my TextButton.icon button. Could someone please help me with this. Thanks in advance. I've managed to change the color of the text and icon but I just can't seem to change th icon button itself. I've…