FDateTextField class
Fidooo TextField Widget
- Inheritance
-
- Object
- DiagnosticableTree
- Widget
- StatelessWidget
- FDateTextField
Constructors
-
FDateTextField({Key? key, String? labelText, required TextEditingController controller, FColorI fSelectColor = FColor.lightPrimaryPurple, TextInputType textInputType = TextInputType.text, List<
TextInputFormatter> inputFormatters = const [], bool enabled = true, TextCapitalization textCapitalization = TextCapitalization.none, IconData? prefixIcon, TextAlign textAlign = TextAlign.end, String? hintText, FocusNode? focusNode, void onEditingComplete()?, VoidCallback? onTap, Widget? suffixIcon, int? maxLines, int? minLines, double borderRadius = 5, bool obscureText = false, Iterable<String> ? autofillHints, FTextStyle? labelStyle, FTextStyle? textStyle, FTextStyle? hintStyle, FTextStyle? disabledStyle, FTextStyle? errorStyle, AutovalidateMode? autovalidateMode, FColor fillColor = FColor.noColor, FColorI fFillDisabledColor = FColor.lightPaleGray, FColorI fDisabledBorderColor = FColor.lightMidGray, bool readOnly = false, InputDecoration? inputDecoration, bool isDense = false, FormFieldValidator<String> ? validator, String? initialValue, String formatter(DateTime date)?, DateTime? firstDate, DateTime? lastDate, String? helpText, String? confirmText, String? cancelText, String? errorFormatText, String? errorInvalidText, String? fieldHintText, String? fieldLabelText, DatePickerEntryMode initialEntryMode = DatePickerEntryMode.calendar, DatePickerMode initialDatePickerMode = DatePickerMode.year, FColor primary = FColor.darkPrimaryPurpleVariant, FColorI onPrimary = FColor.darkSecondaryPurple, FColor onSurface = FColor.darkPrimaryPurple, FColor foregroundColor = FColor.darkPrimaryPurple, bool isMandatory = false, FTextStyle? mandatoryDisabled, FTextStyle? mandatoryStyle, void onUpdateDate(DateTime)?, DateTime? initialDate, PickerType pickerType = PickerType.date, Locale? locale, TimePickerEntryMode initialEntryHourMode = TimePickerEntryMode.dialOnly, double focusIndex = 0, double height = 48}) -
const
Properties
-
autofillHints
→ Iterable<
String> ? -
final
- autovalidateMode → AutovalidateMode?
-
final
- borderRadius → double
-
final
- cancelText → String?
-
final
- confirmText → String?
-
final
- controller → TextEditingController
-
final
- disabledStyle → FTextStyle?
-
final
- enabled → bool
-
final
- errorFormatText → String?
-
final
- errorInvalidText → String?
-
final
- errorStyle → FTextStyle?
-
final
- fDisabledBorderColor → FColorI
-
final
- fFillDisabledColor → FColorI
-
final
- fieldHintText → String?
-
final
- fieldLabelText → String?
-
final
- fillColor → FColor
-
final
- firstDate → DateTime?
-
final
- focusIndex → double
-
final
- focusNode → FocusNode?
-
final
- foregroundColor → FColor
-
final
- formatter → String Function(DateTime date)?
-
final
- fSelectColor → FColorI
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → double
-
final
- helpText → String?
-
final
- hintStyle → FTextStyle?
-
final
- hintText → String?
-
final
- initialDate → DateTime?
-
final
- initialDatePickerMode → DatePickerMode
-
final
- initialEntryHourMode → TimePickerEntryMode
-
final
- initialEntryMode → DatePickerEntryMode
-
final
- initialValue → String?
-
final
- inputDecoration → InputDecoration?
-
final
-
inputFormatters
→ List<
TextInputFormatter> -
final
- isDense → bool
-
final
- isMandatory → bool
-
final
- key → Key?
-
Controls how one widget replaces another widget in the tree.
finalinherited
- labelStyle → FTextStyle?
-
final
- labelText → String?
-
final
- lastDate → DateTime?
-
final
- locale → Locale?
-
final
- mandatoryDisabled → FTextStyle?
-
final
- mandatoryStyle → FTextStyle?
-
final
- maxLines → int?
-
final
- minLines → int?
-
final
- obscureText → bool
-
final
- onEditingComplete → void Function()?
-
final
- onPrimary → FColorI
-
final
- onSurface → FColor
-
final
- onTap → VoidCallback?
-
final
- onUpdateDate → void Function(DateTime)?
-
final
- pickerType → PickerType
-
final
- prefixIcon → IconData?
-
final
- primary → FColor
-
final
- readOnly → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- suffixIcon → Widget?
-
final
- textAlign → TextAlign
-
final
- textCapitalization → TextCapitalization
-
final
- textInputType → TextInputType
-
final
- textStyle → FTextStyle?
-
final
-
validator
→ FormFieldValidator<
String> ? -
final
Methods
-
build(
BuildContext context) → Widget -
Describes the part of the user interface represented by this widget.
override
-
createElement(
) → StatelessElement -
Creates a StatelessElement to manage this widget's location in the tree.
inherited
-
debugDescribeChildren(
) → List< DiagnosticsNode> -
Returns a list of DiagnosticsNode objects describing this node's
children.
inherited
-
debugFillProperties(
DiagnosticPropertiesBuilder properties) → void -
Add additional properties associated with the node.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toDiagnosticsNode(
{String? name, DiagnosticsTreeStyle? style}) → DiagnosticsNode -
Returns a debug representation of the object that is used by debugging
tools and by DiagnosticsNode.toStringDeep.
inherited
-
toString(
{DiagnosticLevel minLevel = DiagnosticLevel.info}) → String -
A string representation of this object.
inherited
-
toStringDeep(
{String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug, int wrapWidth = 65}) → String -
Returns a string representation of this node and its descendants.
inherited
-
toStringShallow(
{String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) → String -
Returns a one-line detailed description of the object.
inherited
-
toStringShort(
) → String -
A short, textual description of this widget.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited