inset property

bool inset
final

If true, the tab will be inset inside the rect bounds so the content may draw outside the tab shape unless some padding is included.

Otherwise, the tab border will extend beyond the bounds so the entire rect contents will be inside the tab. However, the tab may instead overlap with other nearby widgets.

Implementation

final bool inset;