FCardContentStyle constructor
const
FCardContentStyle({})
Creates a FCardContentStyle.
Implementation
const FCardContentStyle({
required this.titleTextStyle,
required this.subtitleTextStyle,
this.imageSpacing = 24,
this.titleSpacing = 2,
this.subtitleSpacing = 6,
this.padding = const .all(16),
});