tabLabel property
Tab选中时标题样式
Implementation
static final TextStyle tabLabel = TextStyle(
fontWeight: FontWeight.w500,
fontSize: 16.sp,
);
Tab选中时标题样式
static final TextStyle tabLabel = TextStyle(
fontWeight: FontWeight.w500,
fontSize: 16.sp,
);