To create a linear layout in which each child uses the same amount of space or to divide space in specific ratio on the screen,we set the android:layout_height of each view to “0dp” (for a vertical layout) or the android:layout_width of each view to “0dp” (for a horizontal layout).
How do you split layout in Flutter?
To create a linear layout in which each child uses the same amount of space or to divide space in specific ratio on the screen,we set the android:layout_height of each view to “0dp” (for a vertical layout) or the android:layout_width of each view to “0dp” (for a horizontal layout).