FCard.raw constructor

const FCard.raw({
  1. required Widget child,
  2. FCardStyleDelta style = const .context(),
  3. Key? key,
})

Creates a FCard with custom content.

Implementation

const FCard.raw({required this.child, this.style = const .context(), super.key});