infoMainLabelStyle property

TextStyle infoMainLabelStyle

Implementation

TextStyle get infoMainLabelStyle {
  return _mainLabelStyle ?? TextStyle(
      fontWeight: FontWeight.w100,
      fontSize: size / 5.0,
      color: Color.fromRGBO(30, 0, 59, 1.0));
}