tabUnselectedLabel property

TextStyle tabUnselectedLabel
final

Tab未选中时标题样式

Implementation

static final TextStyle tabUnselectedLabel = TextStyle(
  fontWeight: FontWeight.w400,
  fontSize: 16.sp,
);