MiniCardOptions constructor
- {required String initials,
- double fontSize = 14,
- BoxDecoration customStyle = const BoxDecoration(),
- String? imageSource,
- bool roundedImage = true,
- BoxDecoration? imageStyle}
Implementation
MiniCardOptions({
required this.initials,
this.fontSize = 14,
this.customStyle = const BoxDecoration(),
this.imageSource,
this.roundedImage = true,
this.imageStyle,
});