WidgetStyleRF class

Constructors

WidgetStyleRF.new({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})

Properties

backColor Color?
getter/setter pair
backgroundPositionedImages List<Widget>?
getter/setter pair
border Border?
getter/setter pair
borderColor Color
getter/setter pair
borderRadius double?
getter/setter pair
borderWidth double?
getter/setter pair
decoration Decoration?
getter/setter pair
fontFamily String?
getter/setter pair
fontSize double
getter/setter pair
fontWeight FontWeight
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height double?
getter/setter pair
hintColor Color?
getter/setter pair
icon Icon?
getter/setter pair
iconAlt Icon?
getter/setter pair
iconColor Color?
getter/setter pair
iconColorAlt Color?
getter/setter pair
icons IconData?
getter/setter pair
iconsAlt IconData?
getter/setter pair
inputBorder InputBorder?
getter/setter pair
inputDecoration InputDecoration?
getter/setter pair
margin EdgeInsets?
getter/setter pair
padding EdgeInsets?
getter/setter pair
placeholder Widget?
getter/setter pair
placeholderBackColor Color?
getter/setter pair
placeholderBorder Border?
getter/setter pair
placeholderLineColor Color?
getter/setter pair
placeholderLineHeight double?
getter/setter pair
placeholderLines int?
getter/setter pair
placeholderRadius double?
getter/setter pair
placeholderVisible bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shadow List<BoxShadow>?
getter/setter pair
textColor Color?
getter/setter pair
textStyle TextStyle?
getter/setter pair
visible bool?
getter/setter pair
width double?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

colors ColorRF
getter/setter pair
gradients GradientRF
getter/setter pair
shadows ShadowRF
getter/setter pair
theme AppThemeStyleRF
getter/setter pair