CreateEventPageState class
_CreateEventPageState returns a widget for a Page to Creatxe the Event in the Organization.
Inheritance
: - Object
- State[<[CreateEventPage]>]
- CreateEventPageState
Constructors
:
Properties
[context] [→ BuildContext] : The location in the tree where this widget builds. ::: features no setterinherited :::
[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 :::
[selectedVenue] [↔ Venue?] : venue selected by the user. ::: features getter/setter pair :::
[widget] [→ CreateEventPage] : 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 :::
[dateUpdater1][([[DateTime] date, ][[CreateEventViewModel] model]) → void ] : Handles the selection and deselection of categories.
[dateUpdater2][([[DateTime] date, ][[CreateEventViewModel] model]) → void ] : Handles the selection and deselection of categories.
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 [CreateEventPage] 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 inherited :::
[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 :::
[timeUpdater1][([[TimeOfDay] time, ][[CreateEventViewModel] model]) → void ] : Handles the selection and deselection of categories.
[timeUpdater2][([[TimeOfDay] time, ][[CreateEventViewModel] model]) → void ] : Handles the selection and deselection of categories.
[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 :::
- talawa
- create_event_page
- CreateEventPageState class