PluginTabCard constructor

PluginTabCard(
  1. List<String> datas,
  2. dynamic onChange(
    1. int
    ),
  3. int initIndex, {
  4. Key? key,
  5. EdgeInsetsGeometry? margin,
})

Implementation

PluginTabCard(this.datas, this.onChange, this.initIndex,
    {Key? key, this.margin})
    : super(key: key);