Page 55 - MDP2022-3
P. 55
'assets/images/page_bg_transparent@2x.png',
).image,
),
),
child: Padding(
padding: EdgeInsetsDirectional.fromSTEB(0, 70, 0, 0),
child: Column(
mainAxisSize: MainAxisSize.max,
children: [
Padding(
padding:
EdgeInsetsDirectional.fromSTEB(0, 0, 0, 24),
child: Row(
mainAxisSize: MainAxisSize.max,
mainAxisAlignment: MainAxisAlignment.center,
children: [
if (Theme.of(context).brightness ==
Brightness.dark)
Image.asset(
'assets/images/health-ai_logoVert.png',
width: 200,
height: 130,
fit: BoxFit.fitHeight,
),
],
),
),
Image.network(
'https://v-phinf.pstatic.net/20210101_115/160948784145630hN2_JPEG/Screenshot_20210101-16
3215_YouTube.jpg?type=w1000',
width: double.infinity,
height: 100,
fit: BoxFit.cover,
),
Container(
width: 50,
height: 50,
decoration: BoxDecoration(
color: FlutterFlowTheme.of(context)
.secondaryBackground,
),
),
Expanded(