WidgetStyleRF constructor
WidgetStyleRF({
- double? height,
- double? width,
- EdgeInsets? padding,
- EdgeInsets? margin,
- Decoration? decoration,
- InputDecoration? inputDecoration,
- TextStyle? textStyle,
- Color? textColor = Colors.black,
- double fontSize = 16.0,
- String? fontFamily,
- FontWeight fontWeight = FontWeight.normal,
- Color borderColor = Colors.white,
- Border? border,
- double? borderWidth,
- double? borderRadius,
- Color? backColor,
- List<
Widget> ? backgroundPositionedImages, - List<
BoxShadow> ? shadow, - Color? hintColor,
- bool? visible,
- Icon? icon,
- IconData? icons,
- Color? iconColor,
- Icon? iconAlt,
- IconData? iconsAlt,
- Color? iconColorAlt,
- Widget? placeholder,
- Color? placeholderBackColor,
- Border? placeholderBorder,
- int? placeholderLines,
- double? placeholderRadius,
- Color? placeholderLineColor,
- InputBorder? inputBorder,
- double? placeholderLineHeight,
- bool? placeholderVisible = true,
Implementation
WidgetStyleRF({
this.height,
this.width,
this.padding,
this.margin,
this.decoration,
this.inputDecoration,
this.textStyle,
this.textColor = Colors.black,
this.fontSize = 16.0,
this.fontFamily,
this.fontWeight = FontWeight.normal,
this.borderColor = Colors.white,
this.border,
this.borderWidth,
this.borderRadius,
this.backColor,
this.backgroundPositionedImages,
this.shadow,
this.hintColor,
this.visible,
this.icon,
this.icons,
this.iconColor,
this.iconAlt,
this.iconsAlt,
this.iconColorAlt,
this.placeholder,
this.placeholderBackColor,
this.placeholderBorder,
this.placeholderLines,
this.placeholderRadius,
this.placeholderLineColor,
this.inputBorder,
this.placeholderLineHeight,
this.placeholderVisible = true,
});