CountryPhoneCodePickerModalSheet class

Inheritance

Constructors

CountryPhoneCodePickerModalSheet({required Color searchSheetBackground, required Icon searchBarLeadingIcon, required String? searchBarHintText, required TextStyle searchBarHintStyle, required String? searchBarLabelText, required TextStyle searchBarLabelStyle, required String? searchBarHelperText, required TextStyle searchBarHelperStyle, required String? searchBarPrefixText, required TextStyle searchBarPrefixStyle, required Icon searchBarPrefixIcon, required EdgeInsetsGeometry searchBarContentPadding, required InputBorder border, required InputBorder errorBorder, required InputBorder focusedBorder, required InputBorder disabledBorder, required InputBorder focusedErrorBorder, required InputBorder enabledBorder, required Color searchBarCursorColor, required double searchBarCursorHeight, required double searchBarCursorWidth, required TextStyle style, required String searchBarInitialValue, required TextInputType keyboardType, required bool showCursor})

Properties

border InputBorder
getter/setter pair
disabledBorder InputBorder
getter/setter pair
enabledBorder InputBorder
getter/setter pair
errorBorder InputBorder
getter/setter pair
focusedBorder InputBorder
getter/setter pair
focusedErrorBorder InputBorder
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
keyboardType TextInputType
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchBarContentPadding EdgeInsetsGeometry
getter/setter pair
searchBarCursorColor Color
getter/setter pair
searchBarCursorHeight double
getter/setter pair
searchBarCursorWidth double
getter/setter pair
searchBarHelperStyle TextStyle
getter/setter pair
searchBarHelperText String?
getter/setter pair
searchBarHintStyle TextStyle
getter/setter pair
searchBarHintText String?
getter/setter pair
searchBarInitialValue String
getter/setter pair
searchBarInput TextEditingController?
getter/setter pair
searchBarLabelStyle TextStyle
getter/setter pair
searchBarLabelText String?
getter/setter pair
searchBarLeadingIcon Icon
getter/setter pair
searchBarPrefixIcon Icon
getter/setter pair
searchBarPrefixStyle TextStyle
getter/setter pair
searchBarPrefixText String?
getter/setter pair
searchSheetBackground Color
getter/setter pair
showCursor bool
getter/setter pair
style TextStyle
getter/setter pair

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}) 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