Questions tagged [materialbutton]

60 questions
0
votes
1 answer

Button with icon and text in Material 15

I hope its a simple question - how can I define a button with icon and text in material 15 But it is not aligned
0
votes
0 answers

There are multiple heroes that share the same tag within a subtree. While navigation by using Navigator pop

While navigating from one page to another after clicking material button, I'm getting the following error Within each subtree for which heroes are to be animated (i.e. a PageRoute subtree), each Hero must have a unique non-null tag. In this case,…
user20528344
0
votes
0 answers
0
votes
0 answers

Material button not displaying properly despite adding theme

I am using material buttons in my angular project and added theme in custom-theme.scss @import…
0
votes
2 answers

Flutter material button unicode emoji crash

My flutter windows desktop application crashes without debug logs when I add a text inside material button containing 5️⃣ preceded by letter. Someone has an idea why does it happen? This causes a crash: MaterialButton(onPressed: () => {}, child:…
radoslawik
  • 915
  • 1
  • 6
  • 14
0
votes
0 answers

Trouble Importing a material Button from one class and utilizing it in another

So I'm picking up flutter, and slowly but surely starting to learn it but am still very new to it at the moment. I've created a Material Button in one class (Named LoginButton), representing a login button, and want to utilize it in another class…
0
votes
2 answers

How to change the color of material button when it's pressed on?

I changed the color of materialButton in themes.xml by overlaying the default theme: