SilEmptyButton constructor
const
SilEmptyButton({
- double? radius,
- void onTapFunc()?,
- void onLongPress()?,
- double? width,
- double? height,
- double? borderWidth,
- Color? borderColor,
- BorderRadiusGeometry? borderRadius,
- EdgeInsetsGeometry? padding,
- EdgeInsetsGeometry? margin,
- AlignmentGeometry? alignment,
- Widget? child,
- Color? backgroundColor,
- bool useConstrained = false,
- HitTestBehavior? behavior = HitTestBehavior.deferToChild,
- Key? key,
Implementation
const SilEmptyButton(
{this.radius,
this.onTapFunc,
this.onLongPress,
this.width,
this.height,
this.borderWidth,
this.borderColor,
this.borderRadius,
this.padding,
this.margin,
this.alignment,
this.child,
this.backgroundColor,
this.useConstrained = false,
this.behavior = HitTestBehavior.deferToChild,
Key? key})
: super(key: key);