NumericPadStyle constructor
const
NumericPadStyle({
- TextStyle? style,
- double? buttonWidth = 48,
- double? buttonHeight = 48,
- EdgeInsetsGeometry? buttonPadding,
- BoxShape buttonShape = BoxShape.circle,
- MainAxisAlignment mainAxisAlignment = MainAxisAlignment.spaceBetween,
Implementation
const NumericPadStyle({
this.style,
this.buttonWidth = 48,
this.buttonHeight = 48,
this.buttonPadding,
this.buttonShape = BoxShape.circle,
this.mainAxisAlignment = MainAxisAlignment.spaceBetween,
});