strokeJoinLookup top-level property

HashMap<int, StrokeJoin> strokeJoinLookup
final

Implementation

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