menu
flutter_server_driven package
documentation
driven_ui/dtos/widgets/text_field.dto.dart
TextFieldSchemaDto
TextFieldSchemaDto.new constructor
TextFieldSchemaDto.new constructor
dark_mode
light_mode
TextFieldSchemaDto
constructor
TextFieldSchemaDto
(
String
type
,
String
key
)
Implementation
TextFieldSchemaDto(String type, String key) : super(type, key);
flutter_server_driven package
documentation
driven_ui/dtos/widgets/text_field.dto
TextFieldSchemaDto
TextFieldSchemaDto.new constructor
TextFieldSchemaDto class