Offstage 用法
2022-05-27 本文已影响0人
欧小肥OuO
Offstage(
offstage: !isPreview,
child: Container(
child: Row(
children: [
Icon(
Icons.search,
color: Color.fromRGBO(199, 199, 204, 1.00),
),
Text('4.'),
Text('8')
],
),
),
)