PlexTabPanel constructor

const PlexTabPanel({
  1. Key? key,
  2. required Widget child,
  3. EdgeInsetsGeometry? padding,
})

Implementation

const PlexTabPanel({
  super.key,
  required this.child,
  this.padding,
});