Arkadaşlar merhaba, kolona click olayı vermemin bir yolu var mı? InkWell ile sarmayı denedim No material widget found hatası verdi.
new Container(
margin: EdgeInsets.only(bottom: 30.0),
child: new Row(
children: <Widget>[
new Expanded(
flex: 1,
child: new Column(
children: <Widget>[
menuOneImage,
new Text(
"Satış",
style: new TextStyle(
color: Color(0xFFFF8B24),
fontSize: 24.0,
fontFamily: 'Roboto',
fontWeight: FontWeight.w300,
decoration: TextDecoration.none,
),
),
],
),
),
],
),
),