NomoInfoItemThemeDataNullable constructor
const
NomoInfoItemThemeDataNullable({
- EdgeInsetsGeometry? padding,
- TextStyle? titleStyle,
- TextStyle? valueStyle,
Implementation
const NomoInfoItemThemeDataNullable({
this.padding,
this.titleStyle,
this.valueStyle,
});