textBtnDark top-level constant

TextStyle const textBtnDark

Implementation

const textBtnDark = TextStyle(
  fontSize: 16.0,
  fontWeight: FontWeight.w400,
  color: Colors.black87,
);