WalletConnectModalNavbarTitle constructor

const WalletConnectModalNavbarTitle({
  1. Key? key,
  2. required String title,
})

Implementation

const WalletConnectModalNavbarTitle({
  super.key,
  required this.title,
});