In flutter there are 11 different type of widgets available to achieve scrolling functionality with different task. To create a simple vertical ScrollView which can contain different type of widgets with different behavior we would use SingleChildScrollView widget . This widget can show multiple widgets inside it.