Answers for "scrollable text in container"

0

scrollable text in container

Container(
    height: 200,
    child: SingleChildScrollView(
        child: Text(
            "Long text here which is longer than the container height")))
Posted by: Guest on June-17-2021

Code answers related to "scrollable text in container"

Browse Popular Code Answers by Language