defaultMembershipStyle top-level constant

TextStyle const defaultMembershipStyle

Implementation

const defaultMembershipStyle = TextStyle(
  fontFamily: fontFamily,
  fontWeight: normalWeight,
  color: blackColor,
  fontSize: 9.0,
);