S360fDynamicCard constructor

const S360fDynamicCard({
  1. required DynamicCardConfig config,
  2. dynamic onAction(
    1. String,
    2. dynamic
    )?,
  3. Map<String, dynamic>? data,
  4. Key? key,
})

Implementation

const S360fDynamicCard({
  required this.config,
  this.onAction,
  this.data,
  super.key,
});