AFStandardSPIData constructor
const
AFStandardSPIData({
- required AFFunctionalTheme theme,
- required AFScreenID screenId,
- required AFWidgetID wid,
Implementation
const AFStandardSPIData({
required this.theme,
required this.screenId,
required this.wid,
});