FCardStyle constructor
FCardStyle({
- required BoxDecoration decoration,
- required FCardContentStyle contentStyle,
Creates a FCardStyle.
Implementation
FCardStyle({required this.decoration, required this.contentStyle});