PlexTabPanel constructor
const
PlexTabPanel({
- Key? key,
- required Widget child,
- EdgeInsetsGeometry? padding,
Implementation
const PlexTabPanel({
super.key,
required this.child,
this.padding,
});