ButtonContainerMaterialGeneralFrameworkWidget constructor
const
ButtonContainerMaterialGeneralFrameworkWidget({
- Key? key,
- double? height,
- double? width,
- EdgeInsetsGeometry? margin,
- EdgeInsetsGeometry? padding,
- BorderRadiusGeometry? borderRadius,
- Clip clipBehavior = Clip.antiAlias,
- bool isWithBorder = false,
- bool isWithBoxShadows = false,
- bool isLoading = false,
- Color? color,
- void onPressed()?,
- void onHighlightChanged(
- bool value
- void onLongPress()?,
- DecorationBuilderGeneralFrameworkWidget? decorationBuilder,
- 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,
});