aboutCardContentStyle top-level property

TextStyle aboutCardContentStyle
getter/setter pair

Implementation

TextStyle aboutCardContentStyle =
    const TextStyle(fontSize: 16, fontWeight: FontWeight.w400)
        .apply(fontFamily: 'OpenSans');