FCard.raw constructor

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

Creates a FCard with custom content.

Implementation

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