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