sourcemain/tab_container

Feature: custom radius on every corner of tab body?

Closed this issue · 1 comments

devon commented
borderRadius: BorderRadius.only(
  topLeft: const Radius.circular(40.0),
)

Try to set up a radius only for a corner of the children's area.

Added in version 3