FCard.raw constructor

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

Creates a FCard with custom content.

Implementation

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