JsonTextButtonBuilderModel constructor

const JsonTextButtonBuilderModel(
  1. Map<String, dynamic> args, {
  2. bool autofocus = false,
  3. Clip? clipBehavior,
  4. FocusNode? focusNode,
  5. IconAlignment iconAlignment = IconAlignment.start,
  6. bool? isSemanticButton = true,
  7. void onFocusChange(
    1. bool
    )?,
  8. void onHover(
    1. bool
    )?,
  9. void onLongPress()?,
  10. required void onPressed()?,
  11. WidgetStatesController? statesController,
  12. ButtonStyle? style,
  13. required JsonWidgetData child,
})

Implementation

const JsonTextButtonBuilderModel(
  super.args, {
  this.autofocus = false,
  this.clipBehavior,
  this.focusNode,
  this.iconAlignment = IconAlignment.start,
  this.isSemanticButton = true,
  this.onFocusChange,
  this.onHover,
  this.onLongPress,
  required this.onPressed,
  this.statesController,
  this.style,
  required this.child,
});