NomoInfoItemThemeDataNullable constructor

const NomoInfoItemThemeDataNullable({
  1. EdgeInsetsGeometry? padding,
  2. TextStyle? titleStyle,
  3. TextStyle? valueStyle,
})

Implementation

const NomoInfoItemThemeDataNullable({
  this.padding,
  this.titleStyle,
  this.valueStyle,
});