GNCustomBottomSheetDropdownAutoSearch<T extends Object> class
- Inheritance
-
- Object
- DiagnosticableTree
- Widget
- StatefulWidget
- GNCustomBottomSheetDropdownAutoSearch
- Available extensions
Constructors
-
GNCustomBottomSheetDropdownAutoSearch.new({required List<
T> initialList, required List<T> filter(String query)?, T? value, EdgeInsetsGeometry? padding, required Widget itemBuilder(T item), FormFieldValidator<String> ? validator, required String hintText, String? label, double? borderRadius, String? headerText, bool isRequired = false, Widget? headerWidget, bool enabled = true, bool isDropDownDisable = false, required dynamic displayName, required String bottomSheetHeaderTitle, dynamic onItemSelected(T value)?, String? subHeaderTitle, bool? filled, Color? filledColor, Widget? prefixIcon, Color? borderColor, String? displayNameFontFamily, double? hintTextSize, String? headingFontFamily, String? dropdownOptionFontFamily, Color? dropdownBorderColor, Color? dropdownErrorBorderColor, bool? isBorder = true, bool? isErrorBorder, Color? headerFontColor, Color? displayFontColor, Color? labelFontColor, Widget? arrowIcon, double? labelFontSize, double? headerFontSize, String? labelFontFamily, double? minHeight, double? maxHeight, double? width, double? labelSpace, InputBorder? border, InputBorder? focusBorder, InputBorder? errorBorder, InputBorder? enableBorder, InputBorder? disableBorder, TextAlign? textAlign, Color? errorColor, TextStyle? errorStyle, bool? isAutoFocusSearchField = false, Color? hintTextColor, String? bottomSheetLabelText})
Properties
- arrowIcon → Widget?
-
final
- border → InputBorder?
-
final
- borderColor → Color?
-
final
- borderRadius → double?
-
final
- bottomSheetHeaderTitle → String
-
final
- bottomSheetLabelText → String?
-
final
- disableBorder → InputBorder?
-
final
- displayFontColor → Color?
-
final
- displayName ↔ dynamic
-
getter/setter pair
- displayNameFontFamily → String?
-
final
- dropdownBorderColor → Color?
-
final
- dropdownErrorBorderColor → Color?
-
final
- dropdownOptionFontFamily → String?
-
final
- enableBorder → InputBorder?
-
final
- enabled → bool
-
final
- errorBorder → InputBorder?
-
final
- errorColor → Color?
-
final
- errorStyle → TextStyle?
-
final
- filled → bool?
-
final
- filledColor → Color?
-
final
-
filter
↔ List<
T> Function(String query)? -
getter/setter pair
- focusBorder → InputBorder?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- headerFontColor → Color?
-
final
- headerFontSize → double?
-
final
- headerText → String?
-
final
- headerWidget → Widget?
-
final
- headingFontFamily → String?
-
final
- hintText → String
-
final
- hintTextColor → Color?
-
final
- hintTextSize → double?
-
final
-
initialList
↔ List<
T> -
getter/setter pair
- isAutoFocusSearchField → bool?
-
final
- isBorder → bool?
-
final
- isDropDownDisable → bool
-
final
- isErrorBorder → bool?
-
final
- isRequired → bool
-
final
- itemBuilder ↔ Widget Function(T item)
-
getter/setter pair
- key → Key?
-
Controls how one widget replaces another widget in the tree.
finalinherited
- label → String?
-
final
- labelFontColor → Color?
-
final
- labelFontFamily → String?
-
final
- labelFontSize → double?
-
final
- labelSpace → double?
-
final
- maxHeight → double?
-
final
- minHeight → double?
-
final
- onItemSelected → dynamic Function(T value)?
-
final
- padding → EdgeInsetsGeometry?
-
final
- prefixIcon → Widget?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subHeaderTitle → String?
-
final
- textAlign → TextAlign?
-
final
-
validator
→ FormFieldValidator<
String> ? -
final
- value ↔ T?
-
getter/setter pair
- width → double?
-
final
Methods
-
animate(
{Key? key, List< Effect> ? effects, AnimateCallback? onInit, AnimateCallback? onPlay, AnimateCallback? onComplete, bool? autoPlay, Duration? delay, AnimationController? controller, Adapter? adapter, double? target, double? value}) → Animate -
Available on Widget, provided by the AnimateWidgetExtensions extension
Wraps the target Widget in an Animate instance, and returns the instance for chaining calls. Ex.myWidget.animate()
is equivalent toAnimate(child: myWidget)
. -
createElement(
) → StatefulElement -
Creates a StatefulElement to manage this widget's location in the tree.
inherited
-
createState(
) → State< GNCustomBottomSheetDropdownAutoSearch< T> > -
Creates the mutable state for this widget at a given location in the tree.
override
-
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