LedgerScreen constructor

const LedgerScreen({
  1. Key? key,
  2. required HubbleScreenState state,
})

Implementation

const LedgerScreen({super.key, required this.state});