forked from lxm_flutter/FlutterUnit
🐛 修复详情页右侧滑和linkto的冲突。优化代码结构
This commit is contained in:
@@ -22,7 +22,6 @@ class ItemStyleSettingPage extends StatelessWidget {
|
||||
title: Text('item样式设置'),
|
||||
),
|
||||
body: BlocBuilder<GlobalBloc, GlobalState>(builder: (_, state) {
|
||||
print('EventChangeItemStyle${state.itemStyleIndex}');
|
||||
return _buildFontCell(context, state.itemStyleIndex);
|
||||
}),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user