FCard.raw constructor
const
FCard.raw({
- required Widget child,
- FCardStyleDelta style = const .context(),
- Key? key,
Creates a FCard with custom content.
Implementation
const FCard.raw({required this.child, this.style = const .context(), super.key});