I just have a simple Card like new Card(child: new Text('My cool card'))
and I want to be able to click anywhere on it to run some function, except there's no onPressed
method for a Card. I could add a button to the bottom, but that's not ideal for this situation.
Anyone know how to make the whole card clickable?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…