Web3ModalNavbarTitle constructor

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

Implementation

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