更新web实时数据
This commit is contained in:
@@ -31,10 +31,11 @@ class SleepdateWidget extends StatelessWidget {
|
||||
color: isSelected ? highlightColor : Colors.transparent, // 使用传入的颜色
|
||||
),
|
||||
child: Padding(
|
||||
padding: EdgeInsetsDirectional.fromSTEB(10.rpx, 10.rpx, 10.rpx, 10.rpx),
|
||||
padding:
|
||||
EdgeInsetsDirectional.fromSTEB(10.rpx, 10.rpx, 10.rpx, 10.rpx),
|
||||
child: Container(
|
||||
decoration: BoxDecoration(
|
||||
color: Color(0xFFDC1C1C),
|
||||
color: Color(0xFF757575),
|
||||
shape: BoxShape.circle,
|
||||
),
|
||||
alignment: Alignment.center,
|
||||
|
||||
Reference in New Issue
Block a user