SILProfileBanner constructor

const SILProfileBanner({
  1. required String backgroundImagePath,
  2. required String userPhotoPath,
  3. required String profileRoute,
  4. required String userName,
  5. required String primaryPhone,
  6. required String gender,
  7. bool editable = false,
  8. double height = 200.00,
  9. bool isContactPage = false,
})

Implementation

const SILProfileBanner(
    {required this.backgroundImagePath,
    required this.userPhotoPath,
    required this.profileRoute,
    required this.userName,
    required this.primaryPhone,
    required this.gender,
    this.editable = false,
    this.height = 200.00,
    this.isContactPage = false});