ButtonFlexibleGeneralFrameworkWidget constructor

const ButtonFlexibleGeneralFrameworkWidget({
  1. Key? key,
  2. required ButtonFlexibleGeneralFramework button,
  3. ButtonFlexibleGeneralFrameworkWidgetButton? onPressed,
  4. ButtonFlexibleGeneralFrameworkWidgetButton? onLongPressed,
  5. DecorationBuilderGeneralFrameworkWidget? decorationBuilder,
  6. Color? color,
  7. bool isLoading = false,
  8. bool isWithBoxShadows = true,
  9. bool isWithBorder = true,
  10. Clip clipBehavior = Clip.antiAlias,
  11. BorderRadiusGeometry? borderRadius,
  12. EdgeInsetsGeometry? padding,
})

UncompleteDocumentation

Implementation

const ButtonFlexibleGeneralFrameworkWidget({
  super.key,
  required this.button,
  this.onPressed,
  this.onLongPressed,
  this.decorationBuilder,
  this.color,
  this.isLoading = false,
  this.isWithBoxShadows = true,
  this.isWithBorder = true,
  this.clipBehavior = Clip.antiAlias,
  this.borderRadius,
  this.padding,
});