items2 property
read / write
Implementation
Map<Widget, String> items2 = <Widget, String>{
SvgPicture.asset(
"resources/symbols/right.svg",
height: 20,
width: 20,
): "right",
SvgPicture.asset(
"resources/symbols/left.svg",
height: 20,
width: 20,
): "left",
SvgPicture.asset(
"resources/symbols/up.svg",
height: 20,
width: 20,
): "up",
SvgPicture.asset(
"resources/symbols/down.svg",
height: 20,
width: 20,
): "down",
SvgPicture.asset(
"resources/symbols/diagonal_up_left.svg",
height: 20,
width: 20,
): "diagonal up left",
SvgPicture.asset(
"resources/symbols/diagonal_up_right.svg",
height: 20,
width: 20,
): "diagonal up right",
SvgPicture.asset(
"resources/symbols/diagonal_down_left.svg",
height: 20,
width: 20,
): "diagonal down left",
SvgPicture.asset(
"resources/symbols/diagonal_down_right.svg",
height: 20,
width: 20,
): "diagonal down right",
SvgPicture.asset(
"resources/symbols/square_left_down_right.svg",
height: 20,
width: 20,
): "square left down right",
SvgPicture.asset(
"resources/symbols/square_up_left_down.svg",
height: 20,
width: 20,
): "square up left down",
SvgPicture.asset(
"resources/symbols/square_right_up_left.svg",
height: 20,
width: 20,
): "square right up left",
SvgPicture.asset(
"resources/symbols/square_down_right_up.svg",
height: 20,
width: 20,
): "square down right up",
SvgPicture.asset(
"resources/symbols/square_down_left_up.svg",
height: 20,
width: 20,
): "square down left up",
SvgPicture.asset(
"resources/symbols/square_left_up_right.svg",
height: 20,
width: 20,
): "square left up right",
SvgPicture.asset(
"resources/symbols/square_up_right_down.svg",
height: 20,
width: 20,
): "square up right down",
SvgPicture.asset(
"resources/symbols/square_right_down_left.svg",
height: 20,
width: 20,
): "square right down left",
SvgPicture.asset(
"resources/symbols/L_up_left.svg",
height: 20,
width: 20,
): "l up left",
SvgPicture.asset(
"resources/symbols/L_up_right.svg",
height: 20,
width: 20,
): "l up right",
SvgPicture.asset(
"resources/symbols/L_right_down.svg",
height: 20,
width: 20,
): "l right down",
SvgPicture.asset(
"resources/symbols/L_right_up.svg",
height: 20,
width: 20,
): "l right up",
SvgPicture.asset(
"resources/symbols/L_left_down.svg",
height: 20,
width: 20,
): "l left down",
SvgPicture.asset(
"resources/symbols/L_left_up.svg",
height: 20,
width: 20,
): "l left up",
SvgPicture.asset(
"resources/symbols/L_down_left.svg",
height: 20,
width: 20,
): "l down left",
SvgPicture.asset(
"resources/symbols/L_down_right.svg",
height: 20,
width: 20,
): "l down right",
SvgPicture.asset(
"resources/symbols/zigzag_left_down_up.svg",
height: 20,
width: 20,
): "zig-zag left down up",
SvgPicture.asset(
"resources/symbols/zigzag_right_up_down.svg",
height: 20,
width: 20,
): "zig-zag right up down",
SvgPicture.asset(
"resources/symbols/zigzag_down_right_left.svg",
height: 20,
width: 20,
): "zig-zag down right left",
SvgPicture.asset(
"resources/symbols/zigzag_right_down_up.svg",
height: 20,
width: 20,
): "zig-zag right down up",
SvgPicture.asset(
"resources/symbols/zigzag_up_right_left.svg",
height: 20,
width: 20,
): "zig-zag up right left",
SvgPicture.asset(
"resources/symbols/zigzag_down_left_right.svg",
height: 20,
width: 20,
): "zig-zag down left right",
SvgPicture.asset(
"resources/symbols/zigzag_up_left_right.svg",
height: 20,
width: 20,
): "zig-zag up left right",
SvgPicture.asset(
"resources/symbols/zigzag_left_up_down.svg",
height: 20,
width: 20,
): "zig-zag left up down",
};