HintActionText constructor

HintActionText({
  1. LayoutConfiguration<ContentItem>? layout,
  2. required String hint,
  3. Action? action,
  4. HintActionAlignment alignment = HintActionAlignment.center,
  5. List<ContentModifierConfiguration>? modifiers,
})

Implementation

HintActionText({
  super.layout,
  required this.hint,
  this.action,
  this.alignment = HintActionAlignment.center,
  super.modifiers,
}) : super(schemaType: schemaName);