defaultUserScreenNameStyle top-level constant

TextStyle const defaultUserScreenNameStyle

Implementation

const defaultUserScreenNameStyle = const TextStyle(
  fontSize: 15.0,
  fontFamily: 'Roboto',
  color: Colors.grey,
);