PlexWidgetCard constructor
const
PlexWidgetCard({
- Key? key,
- String? eyebrow,
- String? title,
- String? subtitle,
- Widget? actions,
- VoidCallback? onMenu,
- PlexWidgetCardTone tone = PlexWidgetCardTone.standard,
- bool flat = false,
- bool flush = false,
- bool rule = false,
- double? height,
- bool loading = false,
- bool empty = false,
- String emptyTitle = 'No data yet',
- String? emptyMessage,
- Widget? child,
Implementation
const PlexWidgetCard({
super.key,
this.eyebrow,
this.title,
this.subtitle,
this.actions,
this.onMenu,
this.footer,
this.tone = PlexWidgetCardTone.standard,
this.flat = false,
this.flush = false,
this.rule = false,
this.height,
this.loading = false,
this.empty = false,
this.emptyTitle = 'No data yet',
this.emptyMessage,
this.child,
});