defaultShowLessTextStyle top-level constant

TextStyle const defaultShowLessTextStyle

Implementation

const TextStyle defaultShowLessTextStyle = TextStyle(
  color: Colors.black,
  fontWeight: FontWeight.bold,
);