ButtonGeneralFrameworkWidget constructor
const
ButtonGeneralFrameworkWidget({
- Key? key,
- double? height,
- double? width,
- EdgeInsetsGeometry? margin,
- EdgeInsetsGeometry? padding,
- Color? color,
- BorderRadiusGeometry? borderRadius,
- Clip clipBehavior = Clip.antiAlias,
- void onPressed()?,
- void onHighlightChanged(
- bool value
- void onLongPress()?,
- required Widget child,
UncompleteDocumentation
Implementation
const ButtonGeneralFrameworkWidget({
super.key,
this.height,
this.width,
this.margin,
this.padding,
this.color,
this.borderRadius,
this.clipBehavior = Clip.antiAlias,
this.onPressed,
this.onHighlightChanged,
this.onLongPress,
required this.child,
});