bottomArrowIndicator property

NesIconData bottomArrowIndicator
latefinal

An arrow pointing down.

Implementation

late final bottomArrowIndicator = NesIconData(
  MiniSprite.fromDataString(
    '8,8;16,-1;9,0;1,1;7,0;1,1;6,0;1,-1;1,0;1,1;4,0;3,-1;1,0;1,1;2,0;5,-1;2,0;3,-1',
  ),
);