SetLocationForm class

Constructors

SetLocationForm()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportsMinified bool
no setter
title → TranslationEntry
no setter

Methods

buildDropdown({required BuildContext context, required String id, String? defaultValue, required List<String> items, required TranslationEntry label, List<ValueValidator>? validators, required Map<String, dynamic> values}) Widget
inherited
buildEditText({required BuildContext context, required String id, String? defaultValue, required TranslationEntry label, int? maxLines = 1, int? minLines, List<ValueValidator>? validators, required Map<String, dynamic> values}) Widget
inherited
buildForm(BuildContext context, Map<String, dynamic>? values, {bool minify = false}) Widget
buildHelpSection(BuildContext context, TranslationEntry helpText, {bool minify = false}) Widget
inherited
buildTimeoutSection({required BuildContext context, Duration? defaultTimeout, required Map<String, dynamic> values}) Widget
inherited
buildValuesSection(BuildContext context, List<Widget> children, {bool minify = false}) Widget
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited