NomoInfoItemThemeData.from constructor
NomoInfoItemThemeData.from(
- NomoInfoItemColorData colors,
- NomoInfoItemSizingData sizing,
- NomoInfoItemConstants constants
Implementation
factory NomoInfoItemThemeData.from(
NomoInfoItemColorData colors,
NomoInfoItemSizingData sizing,
NomoInfoItemConstants constants,
) {
return NomoInfoItemThemeData(
padding: sizing.padding,
titleStyle: constants.titleStyle,
valueStyle: constants.valueStyle,
);
}