EpubNavigationLabel.named constructor

const EpubNavigationLabel.named({
  1. required String text,
})

Implementation

const EpubNavigationLabel.named({required this.text}) : super();