JuiItemConfig constructor
const
JuiItemConfig({
- bool isRequired = false,
- bool isDisabled = false,
- Widget? titleSuffixWidget,
- Widget? titleBeforeRequiredWidget,
- Widget? requiredMarker,
- TextStyle? customTitleStyle,
- bool showDivider = true,
- EdgeInsetsGeometry? padding,
- EdgeInsetsGeometry? dividerPadding,
- bool showTips = false,
- String tipText = '',
- VoidCallback? onTap,
- String? semanticsLabel,
- bool excludeSemantics = true,
Implementation
const JuiItemConfig(
{this.isRequired = false,
this.isDisabled = false,
this.titleSuffixWidget,
this.titleBeforeRequiredWidget,
this.requiredMarker,
this.customTitleStyle,
this.showDivider = true,
this.padding,
this.dividerPadding,
this.showTips = false,
this.tipText = '',
this.onTap,
this.semanticsLabel,
this.excludeSemantics = true});