SILProfileBanner constructor

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

Implementation

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