menu
contacto
widgets/account/tiles/account_tile.dart
AccountTile
AccountTile const constructor
AccountTile
brightness_4
brightness_5
AccountTile
constructor
const
AccountTile
(
{
Key?
key
,
required
String
title
,
required
String
description
}
)
Implementation
const AccountTile({ Key? key, required this.title, required this.description, }) : super(key: key);
contacto
account_tile
AccountTile
AccountTile const constructor
AccountTile class