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