Skip to main content

CreateAgendaItemPageState class

State class for CreateAgendaItemPage.

Inheritance

: - Object

Constructors

CreateAgendaItemPageState

:

Properties

[attachments] [↔ List[<[String]>]] : List of base64 encoded attachments associated with the agenda item. ::: features getter/setter pair :::

[context] [→ BuildContext] : The location in the tree where this widget builds. ::: features no setterinherited :::

[descController] [↔ TextEditingController] : Controller for the agenda item description input field. ::: features getter/setter pair :::

[descFocus] [↔ FocusNode] : Focus node for the description input field. ::: features getter/setter pair :::

[durationController] [↔ TextEditingController] : Controller for the duration input field. ::: features getter/setter pair :::

[durationFocus] [↔ FocusNode] : Focus node for the duration input field. ::: features getter/setter pair :::

[hashCode] [→ int] : The hash code for this object. ::: features no setterinherited :::

[mounted] [→ bool] : Whether this State object is currently in a tree. ::: features no setterinherited :::

[runtimeType] [→ Type] : A representation of the runtime type of the object. ::: features no setterinherited :::

[selectedCategories] [↔ List[<[AgendaCategory]>]] : List of selected categories for the agenda item. ::: features getter/setter pair :::

[titleController] [↔ TextEditingController] : Controller for the agenda item title input field. ::: features getter/setter pair :::

[titleFocus] [↔ FocusNode] : Focus node for the title input field. ::: features getter/setter pair :::

[urlController] [↔ TextEditingController] : Controller for the URL input field. ::: features getter/setter pair :::

[urlFocus] [↔ FocusNode] : Focus node for the URL input field. ::: features getter/setter pair :::

[urls] [↔ List[<[String]>]] : List of URLs associated with the agenda item. ::: features getter/setter pair :::

[widget] [→ CreateAgendaItemPage] : The current configuration. ::: features no setterinherited :::

Methods

activate [→ void ] : Called when this object is reinserted into the tree after having been removed via deactivate. ::: features inherited :::

[build][([[BuildContext] context]) [→ Widget] ] : Describes the part of the user interface represented by this widget. ::: features override :::

deactivate [→ void ] : Called when this object is removed from the tree. ::: features inherited :::

[debugFillProperties][([[DiagnosticPropertiesBuilder] properties]) → void ] : Add additional properties associated with the node. ::: features inherited :::

didChangeDependencies [→ void ] : Called when a dependency of this State object changes. ::: features inherited :::

[didUpdateWidget][([covariant [CreateAgendaItemPage] oldWidget]) → void ] : Called whenever the widget configuration changes. ::: features inherited :::

dispose [→ void ] : Called when this object is removed from the tree permanently. ::: features inherited :::

initState [→ void ] : Called when this object is inserted into the tree. ::: features override :::

[noSuchMethod][([[Invocation] invocation]) → dynamic ] : Invoked when a nonexistent method or property is accessed. ::: features inherited :::

reassemble [→ void ] : Called whenever the application is reassembled during debugging, for example during hot reload. ::: features inherited :::

[setState][([[VoidCallback] fn]) → void ] : Notify the framework that the internal state of this object has changed. ::: features inherited :::

[toDiagnosticsNode][ [→ DiagnosticsNode] ] : Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep. ::: features inherited :::

[toString][ [→ String] ] : A string representation of this object. ::: features inherited :::

[toStringShort][ [→ String] ] : A brief description of this object, usually just the runtimeType and the hashCode. ::: features inherited :::

Operators

[operator ==][([[Object] other]) [→ bool] ] : The equality operator. ::: features inherited :::

  1. talawa
  2. create_agenda_item_page
  3. CreateAgendaItemPageState class
create_agenda_item_page library