createIcon method

Element createIcon([
  1. Element? oldIcon
])

Called internally when the icon has to be shown. returns a HTML element styled according to the options

Implementation

external Element createIcon([Element? oldIcon]);