propsView method
Implementation
Widget propsView() {
return Container(
width: 215,
child: Row(
mainAxisAlignment: MainAxisAlignment.spaceAround,
children: [_itemProps(props1), _itemProps(props2), _itemProps(props3)],
),
);
}