HintActionText constructor
HintActionText({
- LayoutConfiguration<
ContentItem> ? layout, - required String hint,
- Action? action,
- HintActionAlignment alignment = HintActionAlignment.center,
- List<
ContentModifierConfiguration> ? modifiers,
Implementation
HintActionText({
super.layout,
required this.hint,
this.action,
this.alignment = HintActionAlignment.center,
super.modifiers,
}) : super(schemaType: schemaName);