EBBaseStyle constructor
const
EBBaseStyle({
- Color? color,
- Color? backgroundColor,
- double? fontSize,
- FontWeight? fontWeight,
- FontStyle? fontStyle,
- double? letterSpacing,
- double? wordSpacing,
- double? height,
- String? fontFamily,
- TextOverflow? overflow,
- TextAlign? textAlign,
- bool? softWrap,
- int? maxLines,
- Color? borderColor,
- double? borderWidth,
- double? borderRadius,
- WidgetStateProperty<
Size?> ? minimumSize, - WidgetStateProperty<
Size?> ? fixedSize, - WidgetStateProperty<
Size?> ? maximumSize, - ObjectFit? objectFit,
Implementation
const EBBaseStyle({
this.color,
this.backgroundColor,
this.fontSize,
this.fontWeight,
this.fontStyle,
this.letterSpacing,
this.wordSpacing,
this.height,
this.fontFamily,
this.overflow,
this.textAlign,
this.softWrap,
this.maxLines,
this.borderColor,
this.borderWidth,
this.borderRadius,
this.minimumSize,
this.fixedSize,
this.maximumSize,
this.objectFit,
});