NikuInputDecoration class

Mixed in types

Constructors

NikuInputDecoration({Widget? icon, Widget? label, String? labelText, NikuTextStyle? labelStyle, NikuTextStyle? floatingLabelStyle, String? helperText, NikuTextStyle? helperStyle, int? helperMaxLines, String? hintText, NikuTextStyle? hintStyle, TextDirection? hintTextDirection, int? hintMaxLines, String? errorText, NikuTextStyle? errorStyle, int? errorMaxLines, FloatingLabelBehavior? floatingLabelBehavior, bool? isDense, NikuEdgeInsets? contentPadding, bool? isCollapsed, Widget? prefixIcon, NikuBoxConstraints? prefixIconConstraints, Widget? prefix, String? prefixText, NikuTextStyle? prefixStyle, Widget? suffixIcon, Widget? suffix, String? suffixText, NikuTextStyle? suffixStyle, NikuBoxConstraints? suffixIconConstraints, String? counterText, Widget? counter, NikuTextStyle? counterStyle, bool? filled, Color? fillColor, Color? focusColor, Color? hoverColor, NikuInputBorder? errorBorder, NikuInputBorder? focusedBorder, NikuInputBorder? focusedErrorBorder, NikuInputBorder? disabledBorder, NikuInputBorder? enabledBorder, NikuInputBorder? baseBorder, bool? enabled, String? semanticCounterText, bool? alignLabelWithHint, NikuBoxConstraints? constraints})

Properties

alignLabelWithHint bool?
getter/setter pair
alwaysFloat → void
no setterinherited
apply NikuInputDecoration?
no getter
applyConstraints NikuBoxConstraints
no getter
applyErrorStyle NikuTextStyle
no getter
applyFloatingLabelStyle NikuTextStyle
no getter
applyHelperStyle NikuTextStyle
no getter
applyHintStyle NikuTextStyle
no getter
applyLabelStyle NikuTextStyle
no getter
applyPrefixIconConstraints NikuBoxConstraints
no getter
applyPrefixStyle NikuTextStyle
no getter
applySuffixIconConstraints NikuBoxConstraints
no getter
applySuffixStyle NikuTextStyle
no getter
autoFloat → void
no setterinherited
baseBorder NikuInputBorder?
getter/setter pair
baseBorderColor Color
no getter
baseBorderWidth double
no getter
bg Color
no getter
border NikuInputBorder?
no getter
borderColor Color?
no getter
borderRadius double
no getter
borderWidth double
no getter
constraints NikuBoxConstraints?
getter/setter pair
contentPadding NikuEdgeInsets?
getter/setter pairoverride
copy NikuInputDecoration
no setter
counter Widget?
getter/setter pair
counterStyle NikuTextStyle?
getter/setter pair
counterText String?
getter/setter pair
disabledBorder NikuInputBorder?
getter/setter pair
disabledBorderColor Color
no getter
disabledBorderWidth double
no getter
enabled bool?
getter/setter pair
enabledBorder NikuInputBorder?
getter/setter pair
enabledBorderColor Color
no getter
enabledBorderWidth double
no getter
errorBorder NikuInputBorder?
getter/setter pair
errorBorderColor Color
no getter
errorBorderWidth double
no getter
errorMaxLines int?
getter/setter pair
errorStyle NikuTextStyle?
getter/setter pair
errorText String?
getter/setter pair
fillColor Color?
getter/setter pair
filled bool?
getter/setter pair
floatingLabel FloatingLabelBehavior
no getterinherited
floatingLabelBehavior FloatingLabelBehavior?
getter/setter pairoverride
floatingLabelStyle NikuTextStyle?
getter/setter pair
focusColor Color?
getter/setter pair
focusedBorder NikuInputBorder?
getter/setter pair
focusedBorderColor Color
no getter
focusedBorderWidth double
no getter
focusedErrorBorder NikuInputBorder?
getter/setter pair
focusedErrorBorderColor Color
no getter
focusedErrorBorderWidth double
no getter
fullHeight → void
no setterinherited
fullSize → void
no setterinherited
fullWidth → void
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
helperMaxLines int?
getter/setter pair
helperStyle NikuTextStyle?
getter/setter pair
helperText String?
getter/setter pair
hintMaxLines int?
getter/setter pair
hintStyle NikuTextStyle?
getter/setter pair
hintText String?
getter/setter pair
hintTextDirection TextDirection?
getter/setter pair
hoverColor Color?
getter/setter pair
icon Widget?
getter/setter pair
isCollapsed bool?
getter/setter pair
isDense bool?
getter/setter pair
isFilled → void
no setter
label Widget?
getter/setter pair
labelStyle NikuTextStyle?
getter/setter pair
labelText String?
getter/setter pair
maxHeight double?
getter/setter pairinherited
maxSize List<double>
no getterinherited
maxWidth double?
getter/setter pairinherited
minHeight double?
getter/setter pairinherited
minSize List<double>
no getterinherited
minWidth double?
getter/setter pairinherited
neverFloat → void
no setterinherited
noUnderline → void
no setter
outlined → void
no setter
p double
no getterinherited
pb double
no getterinherited
pl double
no getterinherited
pr double
no getterinherited
prefix Widget?
getter/setter pair
prefixIcon Widget?
getter/setter pair
prefixIconConstraints NikuBoxConstraints?
getter/setter pair
prefixStyle NikuTextStyle?
getter/setter pair
prefixText String?
getter/setter pair
pt double
no getterinherited
px double
no getterinherited
py double
no getterinherited
rounded double
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
semanticCounterText String?
getter/setter pair
suffix Widget?
getter/setter pair
suffixIcon Widget?
getter/setter pair
suffixIconConstraints NikuBoxConstraints?
getter/setter pair
suffixStyle NikuTextStyle?
getter/setter pair
suffixText String?
getter/setter pair
underline → void
no setter
value InputDecoration
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
useBorder({InputBorder? all, InputBorder? base, InputBorder? enabled, InputBorder? disabled, InputBorder? focused, InputBorder? focusedError, InputBorder? error}) → void
useBorderColor({Color? all, Color? base, Color? enabled, Color? disabled, Color? focused, Color? focusedError, Color? error}) → void
useBorderWidth({double? all, double? base, double? enabled, double? disabled, double? focused, double? focusedError, double? error}) → void
useConstraints(_ConstraintsBuilder v) → void
useErrorStyle(_TextStyleBuilder v) → void
useFloatingLabelStyle(_TextStyleBuilder v) → void
useHelperStyle(_TextStyleBuilder v) → void
useHintStyle(_TextStyleBuilder v) → void
useLabelStyle(_TextStyleBuilder v) → void
useNikuBorder({NikuInputBorder? all, NikuInputBorder? base, NikuInputBorder? enabled, NikuInputBorder? disabled, NikuInputBorder? focused, NikuInputBorder? focusedError, NikuInputBorder? error}) → void
usePrefixIconConstraints(_ConstraintsBuilder v) → void
usePrefixStyle(_TextStyleBuilder v) → void
useSuffixIconConstraints(_ConstraintsBuilder v) → void
useSuffixStyle(_TextStyleBuilder v) → void

Operators

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