MokuroLinkDialogPage constructor

const MokuroLinkDialogPage(
  1. {required dynamic onRead(
    1. Uri
    ),
  2. Key? key}
)

Create an instance of this page.

Implementation

const MokuroLinkDialogPage({
  required this.onRead,
  super.key,
});