kTernaryTextStyleGrey top-level constant
TextStyle
const kTernaryTextStyleGrey
Implementation
const kTernaryTextStyleGrey = TextStyle(
color: Colors.grey,
fontWeight: FontWeight.w400,
fontSize: 16.0,
overflow: TextOverflow.ellipsis,
);