AppCmsProfileAvatar constructor

const AppCmsProfileAvatar({
  1. Key? key,
  2. required String onlogin,
  3. required String onlogout,
  4. required String onprofile,
  5. required String localetext,
  6. required String pagelist,
})

Implementation

const AppCmsProfileAvatar({
  super.key,
  required this.onlogin,
  required this.onlogout,
  required this.onprofile,
  required this.localetext,
  required this.pagelist,
});