child property

Widget? child
final

Setting child will hide every other widget initialsText and profile picture against imageUrl. Best use case is passing AssetImage as profile picture. You can pass imageUrl as empty string if you want to set child value.

Implementation

final Widget? child;