InputSection class
- Inheritance
-
- Object
- DiagnosticableTree
- Widget
- StatelessWidget
- InputSection
Constructors
-
InputSection({Key? key, required double leftInputMargin, required double rightInputMargin, required bool hasSendButton, required bool shouldShowSendButton, required FocusNode focusNode, required MentionInputTextEditingController controller, required bool shouldHideLeftWidgets, required bool shouldHideRightWidgets, List<
Widget> ? leftWidgets, List<Widget> ? rightWidgets, Function? onSend, bool clearTextAfterSent = true, String? placeHolder, bool? autoFocus, EdgeInsetsGeometry? padding, Color? color, BorderRadius? borderRadius, Decoration? decoration, Widget? sendIcon, Color? cursorColor, int? maxLength, int? minLines, int? maxLines, TextInputType? keyboardType, TextCapitalization textCapitalization = TextCapitalization.none, TextAlign textAlign = TextAlign.start, TextStyle? style, TextAlignVertical? textAlignVertical, TextDirection? textDirection}) -
const
Properties
- autoFocus → bool?
-
final
- borderRadius → BorderRadius?
-
final
- clearTextAfterSent → bool
-
final
- color → Color?
-
final
- controller → MentionInputTextEditingController
-
final
- cursorColor → Color?
-
final
- decoration → Decoration?
-
final
- focusNode → FocusNode
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasSendButton → bool
-
final
- key → Key?
-
Controls how one widget replaces another widget in the tree.
finalinherited
- keyboardType → TextInputType?
-
final
- leftInputMargin → double
-
final
-
leftWidgets
→ List<
Widget> ? -
final
- maxLength → int?
-
final
- maxLines → int?
-
final
- minLines → int?
-
final
- onSend → Function?
-
final
- padding → EdgeInsetsGeometry?
-
final
- placeHolder → String?
-
final
- rightInputMargin → double
-
final
-
rightWidgets
→ List<
Widget> ? -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sendIcon → Widget?
-
final
- shouldHideLeftWidgets → bool
-
final
- shouldHideRightWidgets → bool
-
final
- shouldShowSendButton → bool
-
final
- style → TextStyle?
-
final
- textAlign → TextAlign
-
final
- textAlignVertical → TextAlignVertical?
-
final
- textCapitalization → TextCapitalization
-
final
- textDirection → TextDirection?
-
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}) → 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