NomoInfoItemConstantsNullable constructor

const NomoInfoItemConstantsNullable({
  1. TextStyle? titleStyle,
  2. TextStyle? valueStyle,
})

Implementation

const NomoInfoItemConstantsNullable({
  this.titleStyle,
  this.valueStyle,
});