strokeJoinLookup top-level property
Implementation
final HashMap<int, StrokeJoin> strokeJoinLookup =
HashMap<int, StrokeJoin>.fromIterables(
[0, 1, 2], [StrokeJoin.miter, StrokeJoin.round, StrokeJoin.bevel]);
final HashMap<int, StrokeJoin> strokeJoinLookup =
HashMap<int, StrokeJoin>.fromIterables(
[0, 1, 2], [StrokeJoin.miter, StrokeJoin.round, StrokeJoin.bevel]);