TabWidget constructor
TabWidget({
- Key? key,
- String? text,
- Widget? child,
- Widget? icon,
- EdgeInsetsGeometry iconMargin = EdgeInsets.zero,
- dynamic extra,
Implementation
TabWidget({Key? key, this.text, this.child, this.icon, this.iconMargin = EdgeInsets.zero, this.extra})
: super(key: key, text: text, child: child, icon: icon, iconMargin: iconMargin);