segmentedControl constant

TextStyle const segmentedControl

Implementation

static const segmentedControl = TextStyle(
  color: SunnyColors.primaryAction,
  fontSize: 13,
  fontWeight: FontWeight.w300,
);