onlyTopRounded property
BorderRadius
get
onlyTopRounded
Creates a BorderRadius with only the top-left and top-right corners rounded.
Implementation
BorderRadius get onlyTopRounded => BorderRadius.vertical(top: circular);