menu
designflow_widgets package
documentation
data/models/row.dart
RowEntity
RowEntity constructor
RowEntity constructor
dark_mode
light_mode
RowEntity
constructor
RowEntity
(
{
required
String
name
,
required
String
type
,
required
dynamic
value
,
})
Model for Teta UI
Implementation
RowEntity({ required this.name, required this.type, required this.value, });
designflow_widgets package
documentation
data/models/row
RowEntity
RowEntity constructor
RowEntity class