ArtistIcon constructor

const ArtistIcon({
  1. required String? imageUrl,
  2. required double iSize,
  3. Key? key,
  4. EdgeInsetsGeometry iPadding = EdgeInsets.zero,
  5. bool isPage = false,
})

Implementation

const ArtistIcon(
    {required this.imageUrl,
    required this.iSize,
    super.key,
    this.iPadding = EdgeInsets.zero,
    this.isPage = false});