menu
flutter_server_driven package
documentation
driven_ui/dtos/widgets/row.dto.dart
RowSchemaDto
RowSchemaDto.new constructor
RowSchemaDto.new constructor
dark_mode
light_mode
RowSchemaDto
constructor
RowSchemaDto
(
String
type
,
String
?
key
,
List
<
SchemaDto
>
children
)
Implementation
RowSchemaDto(String type, String ?key,this.children) : super(type,key);
flutter_server_driven package
documentation
driven_ui/dtos/widgets/row.dto
RowSchemaDto
RowSchemaDto.new constructor
RowSchemaDto class