StyleProps constructor
const
StyleProps({
- double borderRadius = 8,
- TextStyle? textStyle,
- EdgeInsetsGeometry? padding,
- Color? backgroundColor,
- Color? borderColor,
- InputDecoration? inputDecoration,
- CrossAxisAlignment? crossAxisAlignment,
Implementation
const StyleProps({
this.borderRadius = 8,
this.textStyle,
this.padding,
this.backgroundColor,
this.borderColor,
this.inputDecoration,
this.crossAxisAlignment,
});