defaultRetweetInformationStyle top-level constant

TextStyle const defaultRetweetInformationStyle

Implementation

const defaultRetweetInformationStyle = const TextStyle(
  fontSize: 15.0,
  fontFamily: 'Roboto',
  color: Colors.grey,
  fontWeight: FontWeight.w500,
);