FluentCardBaseState constructor
const
FluentCardBaseState({})
Creates a base state.
Implementation
const FluentCardBaseState({
required this.enabled,
required this.interactive,
required this.selected,
required this.orientation,
this.preview,
this.header,
this.body,
this.footer,
});