|
|
|
|
@ -37,8 +37,9 @@ class WelcomeWidget extends StatelessWidget {
|
|
|
|
|
Row(
|
|
|
|
|
spacing: 4.h,
|
|
|
|
|
crossAxisAlignment: CrossAxisAlignment.center,
|
|
|
|
|
mainAxisSize: MainAxisSize.min,
|
|
|
|
|
children: [
|
|
|
|
|
name.toText16(weight: FontWeight.w500, textOverflow: TextOverflow.ellipsis, maxlines: 1, height: 1).expanded,
|
|
|
|
|
Flexible(child: name.toText16(weight: FontWeight.w500, textOverflow: TextOverflow.ellipsis, maxlines: 1, height: 1)),
|
|
|
|
|
const Icon(Icons.keyboard_arrow_down, size: 20, color: Colors.black),
|
|
|
|
|
],
|
|
|
|
|
),
|
|
|
|
|
|