ArtistIcon constructor
const
ArtistIcon({
- required String? imageUrl,
- required double iSize,
- Key? key,
- EdgeInsetsGeometry iPadding = EdgeInsets.zero,
- bool isPage = false,
Implementation
const ArtistIcon(
{required this.imageUrl,
required this.iSize,
super.key,
this.iPadding = EdgeInsets.zero,
this.isPage = false});