ProfileTile constructor

ProfileTile(
  1. String text,
  2. IconData iconData
)

Implementation

ProfileTile(this.text, this.iconData);