AFStandardSPIData constructor

const AFStandardSPIData({
  1. required AFFunctionalTheme theme,
  2. required AFScreenID screenId,
  3. required AFWidgetID wid,
})

Implementation

const AFStandardSPIData({
  required this.theme,
  required this.screenId,
  required this.wid,
});