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