buildLabelLarge function

TextStyle buildLabelLarge(
  1. Color color
)

Implementation

TextStyle buildLabelLarge(Color color) {
  return EzTextStyle(
    fontSize: 14,
    color: color,
    fontFamily: EzConfig.instance.fontFamily,
  );
}