ButtonContainerMaterialGeneralFrameworkWidget constructor

const ButtonContainerMaterialGeneralFrameworkWidget({
  1. Key? key,
  2. double? height,
  3. double? width,
  4. EdgeInsetsGeometry? margin,
  5. EdgeInsetsGeometry? padding,
  6. BorderRadiusGeometry? borderRadius,
  7. Clip clipBehavior = Clip.antiAlias,
  8. bool isWithBorder = false,
  9. bool isWithBoxShadows = false,
  10. bool isLoading = false,
  11. Color? color,
  12. void onPressed()?,
  13. void onHighlightChanged(
    1. bool value
    )?,
  14. void onLongPress()?,
  15. DecorationBuilderGeneralFrameworkWidget? decorationBuilder,
  16. required WidgetBuilder builder,
})

UncompleteDocumentation

Implementation

const ButtonContainerMaterialGeneralFrameworkWidget({
  super.key,
  this.height,
  this.width,
  this.margin,
  this.padding,
  this.borderRadius,
  this.clipBehavior = Clip.antiAlias,
  this.isWithBorder = false,
  this.isWithBoxShadows = false,
  this.isLoading = false,
  this.color,
  this.onPressed,
  this.onHighlightChanged,
  this.onLongPress,
  this.decorationBuilder,
  required this.builder,
});