To set specific border radius for Container widget in Flutter, set decoration property of the Container with the required BoxDecoration . BoxDecoration contains borderRadius property.
To set specific border radius for Container widget in Flutter, set decoration property of the Container with the required BoxDecoration . BoxDecoration contains borderRadius property.