JsonElevatedButtonBuilderModel constructor

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

Implementation

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