CPPFDecoration class

Constructors

CPPFDecoration({Color? curserColor, String? requiredErrorMessage, InputBorder? focusedBorder, double? height, bool showFlag = true, bool? filled, InputBorder? errorBorder, Color? suffixColor, IconData? suffixIcon, double? width, EdgeInsetsGeometry? padding, EdgeInsetsGeometry? margin, InputBorder? border, PopUpType popUpType = PopUpType.bottomSheet, LabelPosition labelPosition = LabelPosition.top, bool? isDisable, Color? innerColor, TextStyle? labelStyle, TextStyle? hintStyle, TextStyle? textStyle})
const

Properties

border InputBorder?
final
curserColor Color?
final
errorBorder InputBorder?
final
filled bool?
final
focusedBorder InputBorder?
final
hashCode int
The hash code for this object.
no setterinherited
height double?
final
hintStyle TextStyle?
final
innerColor Color?
final
isDisable bool?
final
labelPosition LabelPosition
final
labelStyle TextStyle?
final
margin EdgeInsetsGeometry?
final
padding EdgeInsetsGeometry?
final
popUpType PopUpType
final
requiredErrorMessage String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showFlag bool
final
suffixColor Color?
final
suffixIcon IconData?
final
textStyle TextStyle?
By default value take from Theme Data bodyMedium
final
width double?
final

Methods

copyWith({double? width, bool? showFlag, Color? suffixColor, String? requiredErrorMessage, Color? curserColor, IconData? suffixIcon, double? height, EdgeInsetsGeometry? padding, EdgeInsetsGeometry? margin, InputBorder? border, PopUpType? popUpType, bool? isDisable, Color? innerColor, TextStyle? labelStyle, TextStyle? hintStyle, TextStyle? textStyle, InputBorder? focusedBorder, InputBorder? errorBorder, bool? filled}) CPPFDecoration
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