kTabBarTextStyle top-level constant

TextStyle const kTabBarTextStyle

Implementation

const TextStyle kTabBarTextStyle = TextStyle(
  fontSize: kBodyTextSize,
  fontWeight: FontWeight.bold,
);