SelectSpaceFormField class

Constructors

SelectSpaceFormField({dynamic key, String? title, String? selectTitle, String? emptyText, bool mandatory = true, required String canCheck, bool useCompatView = false})
const

Properties

canCheck String
final
emptyText String?
final
hashCode int
The hash code for this object.
no setterinherited
mandatory bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectTitle String?
final
title String?
final
useCompatView bool
final

Methods

build(dynamic context, dynamic ref) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
selectSpace(dynamic context, dynamic ref) → void
spaceBuilder(dynamic context, dynamic ref, dynamic child) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

openKey ↔ dynamic
getter/setter pair