SettingBarItem constructor
const
SettingBarItem({
- Widget? icon,
- String? text,
- String? secondary,
- String? mark,
- Icon? markIcon,
- Widget? markWidget,
- EdgeInsetsGeometry markWidgetPadding = EdgeInsets.zero,
- Color? textColor,
- double? textSize,
- bool? textBold,
- Color? secondaryColor,
- double? secondarySize,
- bool? secondaryBold,
- Alignment secondaryAlignment = Alignment.centerLeft,
- SecondaryDirection secondaryDirection = SecondaryDirection.right,
- EdgeInsets? secondaryPadding,
- Color? markColor,
- double? markSize,
- bool? markBold,
- String? tag,
- dynamic extra,
- double? height,
- bool visible = true,
- BorderRadiusGeometry? borderRadius,
- bool enable = true,
- dynamic buildStackList()?,
Implementation
const SettingBarItem({
this.icon,
this.text,
this.secondary,
this.mark,
this.markIcon,
this.markWidget,
this.markWidgetPadding = EdgeInsets.zero,
this.textColor,
this.textSize,
this.textBold,
this.secondaryColor,
this.secondarySize,
this.secondaryBold,
this.secondaryAlignment = Alignment.centerLeft,
this.secondaryDirection = SecondaryDirection.right,
this.secondaryPadding,
this.markColor,
this.markSize,
this.markBold,
this.tag,
this.extra,
this.height,
this.visible = true,
this.borderRadius,
this.enable = true,
this.buildStackList,
});