child: Row(mainAxisSize: MainAxisSize.min,
children: [
Text("Click View",
style: TextStyle(fontWeight: FontWeight.bold, fontSize: 20, color: Color.fromRGBO(255, 201, 102, 100))),
Padding(padding: const EdgeInsets.only(left: 10)),
Image.asset(
'Assets/Images/hand_icon.png',
),
Wanted to add a sentence below the Click View wording
4
Answers
Row is Horizontal layout widget
Column is Vertical layout widget.
You can use row with column and column with row as well: e.g
Try this:
I think you want to write a soft description of what will Click view would do. You could use ListTile if you want a subtitle below