textBtnLight top-level constant

TextStyle const textBtnLight

Implementation

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