menu
nego_design package
documentation
domain/models/avatar_panel_model.dart
AvatarPanelModel
AvatarPanelModel.new const constructor
AvatarPanelModel.new const constructor
dark_mode
light_mode
AvatarPanelModel
constructor
const
AvatarPanelModel
(
{
required
String
image
,
required
String
title
,
required
String
subtitle
,
})
Implementation
const AvatarPanelModel({ required this.image, required this.title, required this.subtitle, });
nego_design package
documentation
domain/models/avatar_panel_model
AvatarPanelModel
AvatarPanelModel.new const constructor
AvatarPanelModel class