PluginItemCard constructor
const
PluginItemCard({
- required String title,
- String? describe,
- Widget? icon,
- EdgeInsetsGeometry? margin,
- EdgeInsetsGeometry? padding = const EdgeInsets.fromLTRB(9, 6, 6, 11),
- Key? key,
Implementation
const PluginItemCard(
{required this.title,
this.describe,
this.icon,
this.margin,
this.padding = const EdgeInsets.fromLTRB(9, 6, 6, 11),
Key? key})
: super(key: key);