NomoInfoItemConstants constructor

const NomoInfoItemConstants({
  1. TextStyle titleStyle = const TextStyle(),
  2. TextStyle valueStyle = const TextStyle(),
})

Implementation

const NomoInfoItemConstants({
  this.titleStyle = const TextStyle(),
  this.valueStyle = const TextStyle(),
});