BaseHistoryPage constructor

const BaseHistoryPage(
  1. {Key? key}
)

Create an instance of this tab page.

Implementation

const BaseHistoryPage({
  super.key,
});