FCardContentStyle constructor
const
FCardContentStyle({
- required TextStyle titleTextStyle,
- required TextStyle subtitleTextStyle,
- EdgeInsets padding = const EdgeInsets.all(16),
Creates a FCardContentStyle.
Implementation
const FCardContentStyle({
required this.titleTextStyle,
required this.subtitleTextStyle,
this.padding = const EdgeInsets.all(16),
});