ButtonFlexibleGeneralFrameworkWidget constructor
const
ButtonFlexibleGeneralFrameworkWidget({
- Key? key,
- required ButtonFlexibleGeneralFramework button,
- ButtonFlexibleGeneralFrameworkWidgetButton? onPressed,
- ButtonFlexibleGeneralFrameworkWidgetButton? onLongPressed,
- DecorationBuilderGeneralFrameworkWidget? decorationBuilder,
- Color? color,
- bool isLoading = false,
- bool isWithBoxShadows = true,
- bool isWithBorder = true,
- Clip clipBehavior = Clip.antiAlias,
- BorderRadiusGeometry? borderRadius,
- 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,
});