menu
Afrostories Dev Docs
user
Profile
Profile const constructor
Profile
dark_mode
light_mode
Profile
constructor
const
Profile
(
{
Key?
key
,
Axis
direction
=
Axis.vertical
}
)
Implementation
const Profile({super.key, this.direction = Axis.vertical});
afrostories
profile
Profile
Profile const constructor
Profile class