PanelyContentPageTab constructor

PanelyContentPageTab({
  1. required String title,
  2. required Widget child,
})

Implementation

PanelyContentPageTab({required this.title, required this.child});