We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f90cc55 commit c0e6fc7Copy full SHA for c0e6fc7
client/lib/views/users_page.dart
@@ -37,8 +37,15 @@ class _UsersPageState extends State<UsersPage> {
37
mainAxisSize: MainAxisSize.min,
38
children:[
39
Row(
40
+ mainAxisAlignment: MainAxisAlignment.spaceBetween,
41
children: const [
- Text('Hello'),
42
+ Text(
43
+ 'Hello',
44
+ style: TextStyle(
45
+ fontSize: 16.0,
46
+ fontWeight: FontWeight.bold,
47
+ ),
48
49
],
50
),
51
0 commit comments