BetterCell constructor
const
BetterCell({
- Key? key,
- double? height,
- BorderRadiusGeometry? borderRadius,
- Color? backgroundColor,
- EdgeInsetsGeometry? padding,
- String? titleText,
- String? valueText,
- TextStyle? titleTextStyle,
- TextStyle? valueTextStyle,
- BoxBorder? border,
- bool? isShowBorder = false,
- bool? isShowArrowRight = false,
- double? arrowRightMarginLeft,
- double? arrowRightSize,
- Color? arrowRightColor,
- Widget? titleWidget,
- Widget? valueWidget,
- VoidCallback? onClick,
- bool? disabled = false,
- bool? disableSplash = false,
- Color? overlayColor,
创建一个 BetterCell。
Implementation
const BetterCell({
super.key,
this.height,
this.borderRadius,
this.backgroundColor,
this.padding,
this.titleText,
this.valueText,
this.titleTextStyle,
this.valueTextStyle,
this.border,
this.isShowBorder = false,
this.isShowArrowRight = false,
this.arrowRightMarginLeft,
this.arrowRightSize,
this.arrowRightColor,
this.titleWidget,
this.valueWidget,
this.onClick,
this.disabled = false,
this.disableSplash = false,
this.overlayColor,
});