Niftile constructor
const
Niftile({
- Key? key,
- required TabItem item,
- double? height,
- double? width,
- Key? niftileKey,
- void onTap()?,
- bool isFloating = true,
- Color? selectedColor,
- Color? unSelectedColor,
- BorderRadiusGeometry? borderRadius,
- bool showLeading = true,
- bool showTrailing = true,
- bool iconMode = false,
- bool buttonMode = false,
- double? buttonModeWidth = 150,
- TextStyle? titleStyle = const TextStyle(),
- TextStyle? subTitleStyle = const TextStyle(),
- IconData? childrenIcon = CupertinoIcons.arrow_up_arrow_down,
- Airoll? altAiroll,
- AlignmentGeometry? alignment,
Implementation
const Niftile({
Key? key,
required this.item,
this.height,
this.width,
this.niftileKey,
this.onTap,
this.isFloating = true,
this.selectedColor,
this.unSelectedColor,
this.borderRadius,
this.showLeading = true,
this.showTrailing = true,
this.iconMode = false,
this.buttonMode = false,
this.buttonModeWidth = 150,
this.titleStyle = const TextStyle(),
this.subTitleStyle = const TextStyle(),
this.childrenIcon = CupertinoIcons.arrow_up_arrow_down,
this.altAiroll,
this.alignment,
}) : super(key: key);