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