infoBottomLabelStyle property

TextStyle infoBottomLabelStyle

Implementation

TextStyle get infoBottomLabelStyle {
  return _bottomLabelStyle ?? TextStyle(
      fontWeight: FontWeight.w600,
      fontSize: size / 10.0,
      color: Color.fromRGBO(147, 81, 120, 1.0));
}