AddressLabel constructor
      const
      AddressLabel({})
     
    
    
Implementation
const AddressLabel(
    {required this.address,
    required this.loading,
    required this.onTap,
    required this.loader,
    required this.notConnected,
    this.done,
    this.error,
    this.mapLanguage = Language.arabic,
    Key? key})
    : super(key: key);